Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amkomatz committed Sep 6, 2019
1 parent 68f69d4 commit 1d8f020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EXTable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "EXTable"
spec.version = "1.1"
spec.version = "1.2"
spec.summary = "A declarative table view controller."
spec.homepage = "https://github.com/amkomatz/EXTable"
spec.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion EXTable/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.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 1d8f020

Please sign in to comment.