[go: up one dir, main page]

Skip to content

Commit

Permalink
Bump version in podspec & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Sep 12, 2021
1 parent 949f0b6 commit c103fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## main branch
## 4.1.2

* Update `Package.swift` and `.podspec` to use newer min iOS version supported by Xcode 12+.
[@AliSoftware](https://github.com/AliSoftware)
Expand Down
2 changes: 1 addition & 1 deletion Reusable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = '~> 1.4'

s.name = "Reusable"
s.version = "4.1.1"
s.version = "4.1.2"
s.summary = "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views"

s.description = <<-DESC
Expand Down

0 comments on commit c103fbf

Please sign in to comment.