We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc57b9a commit 9b85a74Copy full SHA for 9b85a74
2 files changed
Packages/com.walletconnect.web3modal/Runtime/Web3Modal.cs
@@ -72,7 +72,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
72
throw new Exception("Already initialized"); // TODO: use custom ex type
73
74
UnityWebRequestExtensions.sdkType = "w3m";
75
- UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.3.0"; // TODO: update this from CI
+ UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.3.1"; // TODO: update this from CI
76
77
Config = config ?? throw new ArgumentNullException(nameof(config));
78
Packages/com.walletconnect.web3modal/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "com.walletconnect.web3modal",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"displayName": "Web3Modal",
5
"unity": "2022.3",
6
"author": "WalletConnect",
0 commit comments