Skip to content

Commit 85cc13b

Browse files
committed
Bump version.
1 parent 5ebffe6 commit 85cc13b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ASCollectionView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'ASCollectionView'
4-
s.version = '1.0.9'
4+
s.version = '1.1.0'
55
s.summary = 'A Swift collection view inspired by Airbnb'
66
s.homepage = 'https://github.com/abdullahselek/ASCollectionView'
77
s.license = {

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ available with 8.0+
2121

2222
| ASCollectionView Version | Minimum iOS Target | Swift Version |
2323
|:--------------------:|:---------------------------:|:---------------------------:|
24+
| 1.1.0 | 9.0 | 4.2 |
2425
| 1.0.9 | 9.0 | 4.1 |
2526
| 1.0.8 | 9.0 | 4.0 |
2627
| 1.0.7 | 9.0 | 3.x |
@@ -40,7 +41,7 @@ platform :ios, '9.0'
4041
use_frameworks!
4142
4243
target '<Your Target Name>' do
43-
pod 'ASCollectionView', '1.0.9'
44+
pod 'ASCollectionView', '1.1.0'
4445
end
4546
```
4647
Then, run the following command:
@@ -62,7 +63,7 @@ brew install carthage
6263
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
6364

6465
```
65-
github "abdullahselek/ASCollectionView" ~> 1.0.9
66+
github "abdullahselek/ASCollectionView" ~> 1.1.0
6667
```
6768

6869
Run carthage update to build the framework and drag the built ASCollectionView.framework into your Xcode project.

0 commit comments

Comments
 (0)