Skip to content

Commit e0bbfd1

Browse files
author
Dmitry Bespalov
authored
Merge pull request #128 from WalletConnect/bump-lib-version
Bump library version
2 parents 14c4d3e + 9e686a8 commit e0bbfd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WalletConnectSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "WalletConnectSwift"
3-
spec.version = "1.6.2"
3+
spec.version = "1.7.0"
44
spec.summary = "A delightful way to integrate WalletConnect into your app."
55
spec.description = <<-DESC
66
WalletConnect protocol implementation for enabling communication between dapps and

WalletConnectSwift/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.2</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

WalletConnectSwiftTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.6.2</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)