Skip to content

Commit 856efc6

Browse files
committed
ver
1 parent b807cab commit 856efc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

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

287287
public ThirdwebSession session;
288288

289-
internal const string version = "4.7.10";
289+
internal const string version = "4.7.11";
290290

291291
/// <summary>
292292
/// 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
@@ -50,7 +50,7 @@ public class ThirdwebManagerEditor : Editor
5050
private GUIContent warningIcon;
5151
private Texture2D bannerImage;
5252

53-
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.10";
53+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.11";
5454

5555
private void OnEnable()
5656
{

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

0 commit comments

Comments
 (0)