We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b516f commit 0879eadCopy full SHA for 0879ead
HHFloatingView.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'HHFloatingView'
3
s.module_name = 'HHFloatingView'
4
-s.version = '1.1.0'
+s.version = '1.2.0'
5
s.summary = 'An easy to use and setup floating view for your app. 🎡'
6
s.description = 'HHFloatingView is another options view which you can use to show basic options for your app.'
7
s.homepage = 'https://github.com/hemangshah/HHFloatingView'
HHFloatingView/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>APPL</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.1.0</string>
+ <string>1.2.0</string>
19
<key>CFBundleVersion</key>
20
<string>1</string>
21
<key>LSRequiresIPhoneOS</key>
0 commit comments