Skip to content

Commit

Permalink
Bumped version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzsternemann committed Jun 29, 2017
1 parent 2b5b272 commit fed9627
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/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.1.1</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwipyCell.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit fed9627

Please sign in to comment.