Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Oct 18, 2023
1 parent 6d9aca9 commit 10809fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PopupBridge iOS Release Notes

## unreleased
## 2.0.0 (2023-10-18)

* **Note:** Includes all changes in [2.0.0-beta1](#200-beta1-2023-08-28)

Expand Down
4 changes: 2 additions & 2 deletions Demo/Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0-beta1</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>2.0.0-beta1</string>
<string>2.0.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSceneManifest</key>
Expand Down
2 changes: 1 addition & 1 deletion PopupBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PopupBridge'
s.version = "2.0.0-beta1"
s.version = "2.0.0"
s.summary = 'Use PopupBridge to enable your web view to open pages in a Safari View Controller'
s.description = <<-DESC
PopupBridge is an iOS library that allows WKWebViews to open popup windows in an SFSafariViewController
Expand Down
4 changes: 2 additions & 2 deletions Sources/PopupBridge/PopupBridge-Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0-beta1</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>2.0.0-beta1</string>
<string>2.0.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 10809fb

Please sign in to comment.