We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6895bef commit ffe62b9Copy full SHA for ffe62b9
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.1";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "6.1.2";
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.1
+ bundleVersion: 6.1.2
147
preloadedAssets: []
148
metroInputSource: 0
149
wsaTransparentSwapchain: 0
0 commit comments