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