Skip to content

Commit 69ca41f

Browse files
committed
ver
1 parent 65e5a47 commit 69ca41f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public struct EngineRelayerOptions
250250

251251
public ThirdwebSession Session { get; internal set; }
252252

253-
internal const string version = "4.12.3";
253+
internal const string version = "4.12.4";
254254

255255
/// <summary>
256256
/// Create an instance of the Thirdweb SDK.

Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public class ThirdwebManagerEditor : Editor
5050
private GUIContent warningIcon;
5151
private Texture2D bannerImage;
5252

53-
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.12.3";
54-
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.3";
53+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.12.4";
54+
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.4";
5555

5656
private void OnEnable()
5757
{

Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358813,7 +358813,7 @@ Code: ${i}`;
358813358813
}
358814358814
(globalThis.X_SDK_NAME = "UnitySDK_WebGL"),
358815358815
(globalThis.X_SDK_PLATFORM = "unity"),
358816-
(globalThis.X_SDK_VERSION = "4.12.3"),
358816+
(globalThis.X_SDK_VERSION = "4.12.4"),
358817358817
(globalThis.X_SDK_OS = i?.os ?? "unknown");
358818358818
}
358819358819
this.initializedChain = e;

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PlayerSettings:
139139
vulkanEnableLateAcquireNextImage: 0
140140
vulkanEnableCommandBufferRecycling: 1
141141
loadStoreDebugModeEnabled: 0
142-
bundleVersion: 4.12.3
142+
bundleVersion: 4.12.4
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)