We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d78c6 commit 400127fCopy full SHA for 400127f
2 files changed
Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs
@@ -288,7 +288,7 @@ public abstract class ThirdwebManagerBase : MonoBehaviour
288
289
public static ThirdwebManagerBase Instance { get; protected set; }
290
291
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.1.2";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.1.3";
292
293
protected const string THIRDWEB_AUTO_CONNECT_OPTIONS_KEY = "ThirdwebAutoConnectOptions";
294
ProjectSettings/ProjectSettings.asset
@@ -143,7 +143,7 @@ PlayerSettings:
143
loadStoreDebugModeEnabled: 0
144
visionOSBundleVersion: 1.0
145
tvOSBundleVersion: 1.0
146
- bundleVersion: 6.1.2
+ bundleVersion: 6.1.3
147
preloadedAssets: []
148
metroInputSource: 0
149
wsaTransparentSwapchain: 0
0 commit comments