Skip to content

Commit 6ca9f9f

Browse files
committed
Unity 4.7.1
1 parent cff6ef2 commit 6ca9f9f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/unlucky-cows-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/unity-js-bridge": patch
3+
---
4+
5+
Unity 4.7.1

packages/unity-js-bridge/src/thirdweb-bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class ThirdwebBridge implements TWBridge {
144144
}
145145
(globalThis as any).X_SDK_NAME = "UnitySDK_WebGL";
146146
(globalThis as any).X_SDK_PLATFORM = "unity";
147-
(globalThis as any).X_SDK_VERSION = "4.7.0";
147+
(globalThis as any).X_SDK_VERSION = "4.7.1";
148148
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
149149
}
150150
this.initializedChain = chain;

0 commit comments

Comments
 (0)