File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ s.ios.deployment_target = '10.0'
6
6
s . name = "CollapseTableView"
7
7
s . summary = "CollapseTableView enables to expand sections with cells inside."
8
8
s . requires_arc = true
9
- s . version = "1.0.1 "
9
+ s . version = "1.0.2 "
10
10
s . license = { :type => "MIT" , :file => "LICENSE" }
11
11
s . author = { "Serhii Kharauzov" => "[email protected] " }
12
12
s . homepage = "https://github.com/Kharauzov/CollapseTableView"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.1 </string >
18
+ <string >1.0.2 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >1.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments