Skip to content

Commit 334d7f9

Browse files
committed
ver
1 parent 762d622 commit 334d7f9

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
@@ -238,7 +238,7 @@ public struct BiconomyOptions
238238

239239
public ThirdwebSession session;
240240

241-
internal const string version = "4.3.1";
241+
internal const string version = "4.4.0";
242242

243243
/// <summary>
244244
/// Create an instance of the Thirdweb SDK.

Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs

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

47-
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.3.1";
47+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.4.0";
4848

4949
private void OnEnable()
5050
{

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

0 commit comments

Comments
 (0)