Skip to content

Commit

Permalink
Merge pull request #128 from WalletConnect/bump-lib-version
Browse files Browse the repository at this point in the history
Bump library version
  • Loading branch information
Dmitry Bespalov authored Jul 12, 2022
2 parents 14c4d3e + 9e686a8 commit e0bbfd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WalletConnectSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "WalletConnectSwift"
spec.version = "1.6.2"
spec.version = "1.7.0"
spec.summary = "A delightful way to integrate WalletConnect into your app."
spec.description = <<-DESC
WalletConnect protocol implementation for enabling communication between dapps and
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwift/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>1.6.2</string>
<string>1.7.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.2</string>
<string>1.7.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit e0bbfd1

Please sign in to comment.