Skip to content

Commit dafafea

Browse files
committed
ver
1 parent b938bd5 commit dafafea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public struct EngineRelayerOptions
251251

252252
public ThirdwebSession Session { get; internal set; }
253253

254-
internal const string version = "4.19.0";
254+
internal const string version = "4.20.0";
255255

256256
/// <summary>
257257
/// 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.19.0";
54-
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.19.0";
53+
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.20.0";
54+
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.20.0";
5555

5656
private void OnEnable()
5757
{

0 commit comments

Comments
 (0)