Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit e160a20

Browse files
author
Anna-Mariia Shkarlinska
committed
Bump to new release version
1 parent a15959a commit e160a20

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CarLensCollectionViewLayout.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 = "CarLensCollectionViewLayout"
4-
s.version = "1.0.0"
4+
s.version = "1.1.0"
55
s.summary = "An easy to use Collection View Layout for card-like animation."
66

77
s.homepage = "https://github.com/netguru/CarLensCollectionViewLayout"

CarLensCollectionViewLayout/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ If you're using [CocoaPods](http://cocoapods.org), add the following dependency
8888

8989
```none
9090
use_frameworks!
91-
pod 'CarLensCollectionViewLayout', '~> 1.0.0'
91+
pod 'CarLensCollectionViewLayout', '~> 1.1.0'
9292
```
9393

9494
### Carthage
9595

9696
If you're using [Carthage](https://github.com/Carthage/Carthage), add the following dependency to your `Cartfile`:
9797

9898
```none
99-
github "netguru/CarLensCollectionViewLayout" ~> 1.0.0
99+
github "netguru/CarLensCollectionViewLayout" ~> 1.1.0
100100
```
101101

102102
## About

0 commit comments

Comments
 (0)