Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 25, 2024
1 parent 65e5a47 commit 69ca41f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -250,7 +250,7 @@ public struct EngineRelayerOptions

public ThirdwebSession Session { get; internal set; }

internal const string version = "4.12.3";
internal const string version = "4.12.4";

/// <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.12.3";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.3";
private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.12.4";
private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.12.4";

private void OnEnable()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358813,7 +358813,7 @@ Code: ${i}`;
}
(globalThis.X_SDK_NAME = "UnitySDK_WebGL"),
(globalThis.X_SDK_PLATFORM = "unity"),
(globalThis.X_SDK_VERSION = "4.12.3"),
(globalThis.X_SDK_VERSION = "4.12.4"),
(globalThis.X_SDK_OS = i?.os ?? "unknown");
}
this.initializedChain = e;
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.12.3
bundleVersion: 4.12.4
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 69ca41f

Please sign in to comment.