Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Dec 21, 2023
1 parent d543a60 commit 6b2cd8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/Thirdweb/Core/Scripts/ThirdwebSDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public struct BiconomyOptions

public ThirdwebSession session;

internal const string version = "4.3.0";
internal const string version = "4.3.1";

/// <summary>
/// Create an instance of the Thirdweb SDK.
Expand Down
2 changes: 1 addition & 1 deletion Assets/Thirdweb/Editor/ThirdwebManagerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class ThirdwebManagerEditor : Editor
private GUIContent warningIcon;
private Texture2D bannerImage;

private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.3.0";
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.3.1";

private void OnEnable()
{
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 4.3.0
bundleVersion: 4.3.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 6b2cd8d

Please sign in to comment.