Skip to content

Commit b41cda4

Browse files
committed
Bump version.
1 parent c227f94 commit b41cda4

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.8'
4+
s.version = '1.0.9'
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.0.9 | 9.0 | 4.1 |
2425
| 1.0.8 | 9.0 | 4.0 |
2526
| 1.0.7 | 9.0 | 3.x |
2627
| 1.0.2 | 8.0 | 2.x |
@@ -39,7 +40,7 @@ platform :ios, '9.0'
3940
use_frameworks!
4041
4142
target '<Your Target Name>' do
42-
pod 'ASCollectionView', '1.0.8'
43+
pod 'ASCollectionView', '1.0.9'
4344
end
4445
```
4546
Then, run the following command:
@@ -61,7 +62,7 @@ brew install carthage
6162
To integrate ASCollectionView into your Xcode project using Carthage, specify it in your Cartfile:
6263

6364
```
64-
github "abdullahselek/ASCollectionView" ~> 1.0.8
65+
github "abdullahselek/ASCollectionView" ~> 1.0.9
6566
```
6667

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

0 commit comments

Comments
 (0)