Skip to content

Commit ddddc68

Browse files
author
Florian Mielke
committed
Update version number
1 parent cde9826 commit ddddc68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FMMoveTable/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.0</string>
24+
<string>2.0.1</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleVersion</key>
28-
<string>152</string>
28+
<string>153</string>
2929
<key>LSRequiresIPhoneOS</key>
3030
<true/>
3131
<key>UIMainStoryboardFile</key>

FMMoveTableView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FMMoveTableView'
3-
s.version = '2.0'
3+
s.version = '2.0.1'
44
s.license = 'MIT'
55
s.summary = 'FMMoveTable is an UITableView subclass that provides moving rows by simply tap and hold.'
66
s.homepage = 'https://github.com/FlorianMielke/FMMoveTableView'

0 commit comments

Comments
 (0)