Skip to content

Commit 65d02ce

Browse files
committed
Package version bump
1 parent d55882e commit 65d02ce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Packages/com.walletconnect.web3modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -15,8 +15,8 @@
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"

0 commit comments

Comments
 (0)