Skip to content

Commit 75c36cb

Browse files
committed
ver
1 parent edcf002 commit 75c36cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class ThirdwebManager : MonoBehaviour
104104

105105
public static ThirdwebManager Instance { get; private set; }
106106

107-
private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.1";
107+
private const string THIRDWEB_UNITY_SDK_VERSION = "5.0.0-beta.2";
108108

109109
private bool _initialized;
110110

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: 5.0.0-beta.1
142+
bundleVersion: 5.0.0-beta.2
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)