Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
serejahh committed Aug 22, 2016
1 parent 9ff579f commit 74d69de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Koloda.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

s.homepage = "https://github.com/Yalantis/Koloda"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ KolodaView requires ARC.
------------------

```ruby
pod 'Koloda', '~> 3.1.1'
pod 'Koloda', '~> 3.1.2'
```

Thread Safety
Expand Down

0 comments on commit 74d69de

Please sign in to comment.