Skip to content

Commit 8f73688

Browse files
committed
Version bump
1 parent 90aa85d commit 8f73688

5 files changed

Lines changed: 6 additions & 7 deletions

File tree

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

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

7878
SdkMetadata.Type = "w3m";
79-
SdkMetadata.Version = "unity-w3m-v0.4.3"; // TODO: update this from CI
79+
SdkMetadata.Version = "unity-w3m-v0.4.4"; // TODO: update this from CI
8080

8181
Config = config ?? throw new ArgumentNullException(nameof(config));
8282

Packages/com.walletconnect.web3modal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.walletconnect.web3modal",
3-
"version": "0.4.2",
3+
"version": "0.4.4",
44
"displayName": "Web3Modal",
55
"unity": "2022.3",
66
"author": "WalletConnect",
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"com.walletconnect.core": "3.1.12",
1919
"com.walletconnect.ui": "1.1.12",
20-
"com.walletconnect.nethereum": "1.0.2",
20+
"com.walletconnect.nethereum": "1.0.4",
2121
"com.nethereum.unity": "4.19.1",
2222
"com.unity.vectorgraphics": "2.0.0-preview.24"
2323
}

Samples/AppKit Sample/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"com.unity.test-framework": "1.1.33",
1111
"com.unity.textmeshpro": "3.0.9",
1212
"com.unity.ugui": "1.0.0",
13-
"com.walletconnect.nethereum": "1.0.1",
1413
"com.walletconnect.ui": "1.1.11",
1514
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
1615
"com.yasirkula.ingamedebugconsole": "1.6.8",

Samples/AppKit Sample/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"url": "https://package.openupm.com"
189189
},
190190
"com.walletconnect.nethereum": {
191-
"version": "1.0.2",
191+
"version": "1.0.4",
192192
"depth": 1,
193193
"source": "registry",
194194
"dependencies": {
@@ -215,7 +215,7 @@
215215
"dependencies": {
216216
"com.walletconnect.core": "3.1.12",
217217
"com.walletconnect.ui": "1.1.12",
218-
"com.walletconnect.nethereum": "1.0.2",
218+
"com.walletconnect.nethereum": "1.0.4",
219219
"com.nethereum.unity": "4.19.1",
220220
"com.unity.vectorgraphics": "2.0.0-preview.24"
221221
}

Samples/AppKit Sample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PlayerSettings:
139139
loadStoreDebugModeEnabled: 0
140140
visionOSBundleVersion: 1.0
141141
tvOSBundleVersion: 1.0
142-
bundleVersion: 0.4.3
142+
bundleVersion: 0.4.4
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)