Skip to content

Commit 5b0f6c5

Browse files
committed
Release v1.1.2
1 parent c5c5b60 commit 5b0f6c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NewPopMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'NewPopMenu'
3-
spec.version = '1.1.1'
3+
spec.version = '1.1.2'
44
spec.license = { :type => 'MIT', :file => "LICENSE" }
55
spec.homepage = 'https://github.com/CaliCastle/PopMenu'
66
spec.authors = { 'Cali Castle' => '[email protected]' }
77
spec.summary = 'A cool and customizable popup action sheet for iOS'
8-
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.1' }
8+
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.2' }
99
spec.source_files = 'PopMenu/**/*.{h,swift}'
1010

1111
spec.module_name = "PopMenu"

PopMenu/Info.plist

Lines changed: 1 addition & 1 deletion
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.0</string>
18+
<string>1.1.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)