Skip to content

Commit 74d69de

Browse files
committed
Bump version
1 parent 9ff579f commit 74d69de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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>3.0.1</string>
18+
<string>3.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Koloda.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = "Koloda"
5-
s.version = "3.1.1"
5+
s.version = "3.1.2"
66
s.summary = "KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS. "
77

88
s.homepage = "https://github.com/Yalantis/Koloda"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ KolodaView requires ARC.
2828
------------------
2929

3030
```ruby
31-
pod 'Koloda', '~> 3.1.1'
31+
pod 'Koloda', '~> 3.1.2'
3232
```
3333

3434
Thread Safety

0 commit comments

Comments
 (0)