Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2db98d3

Browse files
committedOct 10, 2024··
ver
1 parent 572b405 commit 2db98d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Assets/Thirdweb/Runtime/Unity/ThirdwebManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public class ThirdwebManager : MonoBehaviour
164164

165165
public static ThirdwebManager Instance { get; private set; }
166166

167-
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.5.1";
167+
public static readonly string THIRDWEB_UNITY_SDK_VERSION = "5.5.2";
168168

169169
private bool _initialized;
170170

‎ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ PlayerSettings:
141141
loadStoreDebugModeEnabled: 0
142142
visionOSBundleVersion: 1.0
143143
tvOSBundleVersion: 1.0
144-
bundleVersion: 5.5.1
144+
bundleVersion: 5.5.2
145145
preloadedAssets: []
146146
metroInputSource: 0
147147
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)
Please sign in to comment.