Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Apr 25, 2018
1 parent c5c5b60 commit 5b0f6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NewPopMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'NewPopMenu'
spec.version = '1.1.1'
spec.version = '1.1.2'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://github.com/CaliCastle/PopMenu'
spec.authors = { 'Cali Castle' => 'cali@calicastle.com' }
spec.summary = 'A cool and customizable popup action sheet for iOS'
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.1' }
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.2' }
spec.source_files = 'PopMenu/**/*.{h,swift}'

spec.module_name = "PopMenu"
Expand Down
2 changes: 1 addition & 1 deletion PopMenu/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.0</string>
<string>1.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 5b0f6c5

Please sign in to comment.