We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e8c8f commit b98e9ceCopy full SHA for b98e9ce
Assets/Thirdweb/Runtime/Unity/ThirdwebManagerBase.cs
@@ -225,7 +225,7 @@ public abstract class ThirdwebManagerBase : MonoBehaviour
225
226
public static ThirdwebManagerBase Instance { get; protected set; }
227
228
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.19.0";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.19.1";
229
230
protected const string THIRDWEB_AUTO_CONNECT_OPTIONS_KEY = "ThirdwebAutoConnectOptions";
231
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.19.0
+ bundleVersion: 5.19.1
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments