Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 22, 2024
1 parent edbf3c4 commit e12c16d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -284,7 +284,7 @@ public struct BiconomyOptions

public ThirdwebSession Session { get; internal set; }

internal const string version = "4.7.11";
internal const string version = "4.8.0";

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

private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.11";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.7.11";
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.8.0";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.8.0";

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 @@ -139,7 +139,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 4.7.11
bundleVersion: 4.8.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit e12c16d

Please sign in to comment.