We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a320614 commit 0b3cf2cCopy full SHA for 0b3cf2c
2 files changed
Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs
@@ -266,7 +266,7 @@ public abstract class ThirdwebManagerBase : MonoBehaviour
266
267
public static ThirdwebManagerBase Instance { get; protected set; }
268
269
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.0.2";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.0.3";
270
271
protected const string THIRDWEB_AUTO_CONNECT_OPTIONS_KEY = "ThirdwebAutoConnectOptions";
272
ProjectSettings/ProjectSettings.asset
@@ -143,7 +143,7 @@ PlayerSettings:
143
loadStoreDebugModeEnabled: 0
144
visionOSBundleVersion: 1.0
145
tvOSBundleVersion: 1.0
146
- bundleVersion: 6.0.2
+ bundleVersion: 6.0.3
147
preloadedAssets: []
148
metroInputSource: 0
149
wsaTransparentSwapchain: 0
0 commit comments