We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f0ba7 commit 7b7d3ddCopy full SHA for 7b7d3dd
Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs
@@ -167,7 +167,7 @@ public class ThirdwebManager : MonoBehaviour
167
168
public static ThirdwebManager Instance { get; private set; }
169
170
- public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.11.0";
+ public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.11.1";
171
172
private bool _initialized;
173
ProjectSettings/ProjectSettings.asset
@@ -141,7 +141,7 @@ PlayerSettings:
141
loadStoreDebugModeEnabled: 0
142
visionOSBundleVersion: 1.0
143
tvOSBundleVersion: 1.0
144
- bundleVersion: 5.11.0
+ bundleVersion: 5.11.1
145
preloadedAssets: []
146
metroInputSource: 0
147
wsaTransparentSwapchain: 0
0 commit comments