Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharauzov committed Aug 27, 2019
1 parent 5f9e0ff commit e6fe39f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CollapseTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ s.ios.deployment_target = '10.0'
s.name = "CollapseTableView"
s.summary = "CollapseTableView enables to expand sections with cells inside."
s.requires_arc = true
s.version = "1.0.1"
s.version = "1.0.2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Serhii Kharauzov" => "serhii.kharauzov@gmail.com" }
s.homepage = "https://github.com/Kharauzov/CollapseTableView"
Expand Down
2 changes: 1 addition & 1 deletion CollapseTableView/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>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CollapseTableViewDemo/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>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit e6fe39f

Please sign in to comment.