diff --git a/Example/Resources/Info.plist b/Example/Resources/Info.plist index c5383f5..38262ce 100644 --- a/Example/Resources/Info.plist +++ b/Example/Resources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 8bb01c7..10fb7e6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ gem install cocoapods ``` To integrate SwipyCell into your project using CocoaPods, add it to your `Podfile`: ``` -pod 'SwipyCell', '~> 3.1' +pod 'SwipyCell', '~> 3.2' ``` Then run the following command: ``` @@ -47,7 +47,7 @@ $ brew install carthage To integrate SwipyCell into your project using Carthage, add it to your `Cartfile`: ``` -github "moritzsternemann/SwipyCell" >= 3.1 +github "moritzsternemann/SwipyCell" >= 3.2 ``` ### Manual diff --git a/Source/Info.plist b/Source/Info.plist index d353b3e..340121d 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwipyCell.podspec b/SwipyCell.podspec index 4772e35..6b34e1f 100644 --- a/SwipyCell.podspec +++ b/SwipyCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwipyCell" - s.version = "3.1.1" + s.version = "3.2.0" s.summary = "Easy to use UITableViewCell implementing swiping to trigger actions (known from the Mailbox App)" s.homepage = "https://github.com/moritzsternemann/SwipyCell" s.license = { :type => "MIT", :file => "LICENSE" }