File tree 4 files changed +5
-5
lines changed
WebGLTemplates/Thirdweb/lib
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ public struct EngineRelayerOptions
250
250
251
251
public ThirdwebSession Session { get ; internal set ; }
252
252
253
- internal const string version = "4.12.3 " ;
253
+ internal const string version = "4.12.4 " ;
254
254
255
255
/// <summary>
256
256
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ public class ThirdwebManagerEditor : Editor
50
50
private GUIContent warningIcon ;
51
51
private Texture2D bannerImage ;
52
52
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 " ;
55
55
56
56
private void OnEnable ( )
57
57
{
Original file line number Diff line number Diff line change @@ -358813,7 +358813,7 @@ Code: ${i}`;
358813
358813
}
358814
358814
(globalThis.X_SDK_NAME = "UnitySDK_WebGL"),
358815
358815
(globalThis.X_SDK_PLATFORM = "unity"),
358816
- (globalThis.X_SDK_VERSION = "4.12.3 "),
358816
+ (globalThis.X_SDK_VERSION = "4.12.4 "),
358817
358817
(globalThis.X_SDK_OS = i?.os ?? "unknown");
358818
358818
}
358819
358819
this.initializedChain = e;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ PlayerSettings:
139
139
vulkanEnableLateAcquireNextImage : 0
140
140
vulkanEnableCommandBufferRecycling : 1
141
141
loadStoreDebugModeEnabled : 0
142
- bundleVersion : 4.12.3
142
+ bundleVersion : 4.12.4
143
143
preloadedAssets : []
144
144
metroInputSource : 0
145
145
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments