File tree Expand file tree Collapse file tree
Packages/com.walletconnect.web3modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
7575 throw new Exception ( "Already initialized" ) ; // TODO: use custom ex type
7676
7777 SdkMetadata . Type = "w3m" ;
78- SdkMetadata . Version = "unity-w3m-v0.4.1 " ; // TODO: update this from CI
78+ SdkMetadata . Version = "unity-w3m-v0.4.2 " ; // TODO: update this from CI
7979
8080 Config = config ?? throw new ArgumentNullException ( nameof ( config ) ) ;
8181
Original file line number Diff line number Diff line change 11{
22 "name" : " com.walletconnect.web3modal" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "displayName" : " Web3Modal" ,
55 "unity" : " 2022.3" ,
66 "author" : " WalletConnect" ,
1515 ],
1616 "changelogUrl" : " https://github.com/WalletConnect/Web3ModalUnity/blob/main/Packages/com.walletconnect.web3modal/CHANGELOG.md" ,
1717 "dependencies" : {
18- "com.walletconnect.core" : " 3.1.10 " ,
19- "com.walletconnect.ui" : " 1.1.10 " ,
18+ "com.walletconnect.core" : " 3.1.11 " ,
19+ "com.walletconnect.ui" : " 1.1.11 " ,
2020 "com.walletconnect.nethereum" : " 1.0.1" ,
2121 "com.nethereum.unity" : " 4.19.1" ,
2222 "com.unity.vectorgraphics" : " 2.0.0-preview.24"
You can’t perform that action at this time.
0 commit comments