From 74d69de41b9200561d33fbe30dad1b9dbd88ae2a Mon Sep 17 00:00:00 2001 From: Serhii Butenko Date: Mon, 22 Aug 2016 16:02:03 +0300 Subject: [PATCH] Bump version --- Info.plist | 2 +- Koloda.podspec | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index dc2b99a3..b1376a82 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/Koloda.podspec b/Koloda.podspec index 497476d3..4221c488 100644 --- a/Koloda.podspec +++ b/Koloda.podspec @@ -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" diff --git a/README.md b/README.md index eb16a269..ebcf6d5a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ KolodaView requires ARC. ------------------ ```ruby -pod 'Koloda', '~> 3.1.1' +pod 'Koloda', '~> 3.1.2' ``` Thread Safety