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 @@ -233,7 +233,7 @@ public struct BiconomyOptions
233
233
234
234
public ThirdwebSession session ;
235
235
236
- internal const string version = "4.1.2 " ;
236
+ internal const string version = "4.2.0 " ;
237
237
238
238
/// <summary>
239
239
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class ThirdwebManagerEditor : Editor
43
43
private GUIContent warningIcon ;
44
44
private Texture2D bannerImage ;
45
45
46
- private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.1.2 " ;
46
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.2.0 " ;
47
47
48
48
private void OnEnable ( )
49
49
{
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ PlayerSettings:
137
137
vulkanEnableLateAcquireNextImage : 0
138
138
vulkanEnableCommandBufferRecycling : 1
139
139
loadStoreDebugModeEnabled : 0
140
- bundleVersion : 4.1.2
140
+ bundleVersion : 4.2.0
141
141
preloadedAssets : []
142
142
metroInputSource : 0
143
143
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments