Skip to content

Commit e6fe39f

Browse files
committed
Update version
1 parent 5f9e0ff commit e6fe39f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CollapseTableView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ s.ios.deployment_target = '10.0'
66
s.name = "CollapseTableView"
77
s.summary = "CollapseTableView enables to expand sections with cells inside."
88
s.requires_arc = true
9-
s.version = "1.0.1"
9+
s.version = "1.0.2"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Serhii Kharauzov" => "[email protected]" }
1212
s.homepage = "https://github.com/Kharauzov/CollapseTableView"

CollapseTableView/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

CollapseTableViewDemo/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)