Skip to content

Commit ec4ce3e

Browse files
committed
ver
1 parent b5792b9 commit ec4ce3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public struct BiconomyOptions
284284

285285
public ThirdwebSession Session { get; internal set; }
286286

287-
internal const string version = "4.10.0";
287+
internal const string version = "4.10.1";
288288

289289
/// <summary>
290290
/// Create an instance of the Thirdweb SDK.

Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs

+2-2
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.10.0";
54-
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.10.0";
53+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.10.1";
54+
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.10.1";
5555

5656
private void OnEnable()
5757
{

ProjectSettings/ProjectSettings.asset

+1-1
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.10.0
142+
bundleVersion: 4.10.1
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)