We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b5f14 commit 4565cf9Copy full SHA for 4565cf9
Source/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>3.0.1</string>
+ <string>3.1.1</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
SwipyCell.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwipyCell"
3
- s.version = "3.1.0"
+ s.version = "3.1.1"
4
s.summary = "Easy to use UITableViewCell implementing swiping to trigger actions (known from the Mailbox App)"
5
s.homepage = "https://github.com/moritzsternemann/SwipyCell"
6
s.license = { :type => "MIT", :file => "LICENSE" }
0 commit comments