Skip to content

Commit c9f290a

Browse files
authored
Unity 4.9.1 (#2634)
1 parent 5fb92c0 commit c9f290a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wicked-ravens-thank.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.9.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class ThirdwebBridge implements TWBridge {
151151
}
152152
(globalThis as any).X_SDK_NAME = "UnitySDK_WebGL";
153153
(globalThis as any).X_SDK_PLATFORM = "unity";
154-
(globalThis as any).X_SDK_VERSION = "4.9.0";
154+
(globalThis as any).X_SDK_VERSION = "4.9.1";
155155
(globalThis as any).X_SDK_OS = browser?.os ?? "unknown";
156156
}
157157
this.initializedChain = chain;

0 commit comments

Comments
 (0)