diff --git a/Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs b/Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs index 09799d03..029ecf4a 100644 --- a/Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs +++ b/Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs @@ -250,7 +250,7 @@ public struct EngineRelayerOptions public ThirdwebSession Session { get; internal set; } - internal const string version = "4.12.3"; + internal const string version = "4.12.4"; /// /// Create an instance of the Thirdweb SDK. diff --git a/Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs b/Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs index f4c8c0b2..3c6ed9e1 100644 --- a/Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs +++ b/Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs @@ -50,8 +50,8 @@ public class ThirdwebManagerEditor : Editor private GUIContent warningIcon; private Texture2D bannerImage; - private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.12.3"; - private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.3"; + private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.12.4"; + private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.4"; private void OnEnable() { diff --git a/Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js b/Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js index aa32e131..04223bfb 100644 --- a/Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js +++ b/Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js @@ -358813,7 +358813,7 @@ Code: ${i}`; } (globalThis.X_SDK_NAME = "UnitySDK_WebGL"), (globalThis.X_SDK_PLATFORM = "unity"), - (globalThis.X_SDK_VERSION = "4.12.3"), + (globalThis.X_SDK_VERSION = "4.12.4"), (globalThis.X_SDK_OS = i?.os ?? "unknown"); } this.initializedChain = e; diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index dca487fa..e152f74a 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -139,7 +139,7 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - bundleVersion: 4.12.3 + bundleVersion: 4.12.4 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0