Skip to content

Commit

Permalink
3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iDevelopper committed Jan 21, 2024
1 parent 3a8597f commit b91d914
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.9.5

Improved the presentation animation of popup vontent view when floating popup bars.
Improved popup bar title and subtitle layout and appearance.

## 3.9.4

Expand Down
2 changes: 1 addition & 1 deletion PBPopupController.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PBPopupController"
s.version = "3.9.4"
s.version = "3.9.5"
s.summary = "A framework for presenting bars and view controllers as popup, much like the look and feel of Apple Music App."
# s.readme = 'https://raw.githubusercontent.com/iDevelopper/PBPopupController/#{s.version.to_s}/README.md'
# s.changelog = 'https://raw.githubusercontent.com/iDevelopper/PBPopupController/#{s.version.to_s}/CHANGELOG.md'
Expand Down
2 changes: 1 addition & 1 deletion PBPopupController/PBPopupController/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>3.9.4</string>
<string>3.9.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit b91d914

Please sign in to comment.