Skip to content

Commit 9b85a74

Browse files
committed
Version bump
1 parent bc57b9a commit 9b85a74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Packages/com.walletconnect.web3modal/Runtime/Web3Modal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
7272
throw new Exception("Already initialized"); // TODO: use custom ex type
7373

7474
UnityWebRequestExtensions.sdkType = "w3m";
75-
UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.3.0"; // TODO: update this from CI
75+
UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.3.1"; // TODO: update this from CI
7676

7777
Config = config ?? throw new ArgumentNullException(nameof(config));
7878

Packages/com.walletconnect.web3modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.walletconnect.web3modal",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"displayName": "Web3Modal",
55
"unity": "2022.3",
66
"author": "WalletConnect",

0 commit comments

Comments
 (0)