Skip to content

Commit 3872454

Browse files
committed
ver
1 parent 3124b09 commit 3872454

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public struct BiconomyOptions
243243

244244
public ThirdwebSession session;
245245

246-
internal const string version = "4.7.1";
246+
internal const string version = "4.7.3";
247247

248248
/// <summary>
249249
/// Create an instance of the Thirdweb SDK.

Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class ThirdwebManagerEditor : Editor
4545
private GUIContent warningIcon;
4646
private Texture2D bannerImage;
4747

48-
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.1";
48+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.3";
4949

5050
private void OnEnable()
5151
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367641,7 +367641,7 @@ Code: ${s}`;
367641367641
}
367642367642
(globalThis.X_SDK_NAME = "UnitySDK_WebGL"),
367643367643
(globalThis.X_SDK_PLATFORM = "unity"),
367644-
(globalThis.X_SDK_VERSION = "4.7.2"),
367644+
(globalThis.X_SDK_VERSION = "4.7.3"),
367645367645
(globalThis.X_SDK_OS = s?.os ?? "unknown");
367646367646
}
367647367647
(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.7.1
142+
bundleVersion: 4.7.3
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)