Skip to content

Commit

Permalink
Use exact version for WalletConnect2
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Oct 3, 2023
1 parent 2f6e579 commit f132231
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Planet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2376,8 +2376,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WalletConnect/WalletConnectSwiftV2";
requirement = {
branch = main;
kind = branch;
kind = exactVersion;
version = 1.8.6;
};
};
6ADF40C229151407007A24E8 /* XCRemoteSwiftPackageReference "Starscream" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"branch" : "main",
"revision" : "13446a81e678e8eddc6ab506e85c522df0163f1f"
"revision" : "b1b2486a82c5ff72e61cad89d7c0442d5e025562",
"version" : "1.8.6"
}
},
{
"identity" : "web3.swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/Web3.swift",
"state" : {
"revision" : "569255adcfff0b37e4cb8004aea29d0e2d6266df",
"version" : "1.0.2"
"revision" : "a628f094f8088ec72a95792de18eeea24b997462",
"version" : "1.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1686
CURRENT_PROJECT_VERSION = 1687

0 comments on commit f132231

Please sign in to comment.