File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
WebGLTemplates/Thirdweb/lib Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ public struct BiconomyOptions
243
243
244
244
public ThirdwebSession session ;
245
245
246
- internal const string version = "4.7.3 " ;
246
+ internal const string version = "4.7.4 " ;
247
247
248
248
/// <summary>
249
249
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class ThirdwebManagerEditor : Editor
45
45
private GUIContent warningIcon ;
46
46
private Texture2D bannerImage ;
47
47
48
- private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.3 " ;
48
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.4 " ;
49
49
50
50
private void OnEnable ( )
51
51
{
Original file line number Diff line number Diff line change @@ -367641,7 +367641,7 @@ Code: ${s}`;
367641
367641
}
367642
367642
(globalThis.X_SDK_NAME = "UnitySDK_WebGL"),
367643
367643
(globalThis.X_SDK_PLATFORM = "unity"),
367644
- (globalThis.X_SDK_VERSION = "4.7.3 "),
367644
+ (globalThis.X_SDK_VERSION = "4.7.4 "),
367645
367645
(globalThis.X_SDK_OS = s?.os ?? "unknown");
367646
367646
}
367647
367647
(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.7.3
142
+ bundleVersion : 4.7.4
143
143
preloadedAssets : []
144
144
metroInputSource : 0
145
145
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments