We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bf02c commit 999eeb4Copy full SHA for 999eeb4
FloatingPanel.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "FloatingPanel"
4
- s.version = "1.6.0"
+ s.version = "1.6.1"
5
s.summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
6
s.description = <<-DESC
7
FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.
Framework/Sources/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.6.0</string>
+ <string>1.6.1</string>
19
<key>CFBundleVersion</key>
20
<string>$(CURRENT_PROJECT_VERSION)</string>
21
</dict>
0 commit comments