File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ public struct BiconomyOptions
238
238
239
239
public ThirdwebSession session ;
240
240
241
- internal const string version = "4.4.1 " ;
241
+ internal const string version = "4.4.2 " ;
242
242
243
243
/// <summary>
244
244
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class ThirdwebManagerEditor : Editor
44
44
private GUIContent warningIcon ;
45
45
private Texture2D bannerImage ;
46
46
47
- private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.4.1 " ;
47
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.4.2 " ;
48
48
49
49
private void OnEnable ( )
50
50
{
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ PlayerSettings:
139
139
vulkanEnableLateAcquireNextImage : 0
140
140
vulkanEnableCommandBufferRecycling : 1
141
141
loadStoreDebugModeEnabled : 0
142
- bundleVersion : 4.4.1
142
+ bundleVersion : 4.4.2
143
143
preloadedAssets : []
144
144
metroInputSource : 0
145
145
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments