Skip to content

Commit f331ad1

Browse files
committed
ver
1 parent 8fab595 commit f331ad1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public struct BiconomyOptions
233233

234234
public ThirdwebSession session;
235235

236-
internal const string version = "4.1.2";
236+
internal const string version = "4.2.0";
237237

238238
/// <summary>
239239
/// Create an instance of the Thirdweb SDK.

Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class ThirdwebManagerEditor : Editor
4343
private GUIContent warningIcon;
4444
private Texture2D bannerImage;
4545

46-
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.1.2";
46+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.2.0";
4747

4848
private void OnEnable()
4949
{

ProjectSettings/ProjectSettings.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ PlayerSettings:
137137
vulkanEnableLateAcquireNextImage: 0
138138
vulkanEnableCommandBufferRecycling: 1
139139
loadStoreDebugModeEnabled: 0
140-
bundleVersion: 4.1.2
140+
bundleVersion: 4.2.0
141141
preloadedAssets: []
142142
metroInputSource: 0
143143
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)