Skip to content

Commit

Permalink
Bump version to 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 28, 2023
1 parent 64265aa commit 311259a
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-beta1 (2023-08-28)

* Convert PopupBridge to Swift
* Breaking Changes
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>1.2.0</string>
<string>2.0.0-beta1</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>2.0.0-beta1</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 = '1.2.0'
s.version = "2.0.0-beta1"
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>1.2.0</string>
<string>2.0.0-beta1</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>2.0.0-beta1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 311259a

Please sign in to comment.