File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public struct EngineRelayerOptions
251
251
252
252
public ThirdwebSession Session { get ; internal set ; }
253
253
254
- internal const string version = "4.20.0 " ;
254
+ internal const string version = "4.20.1 " ;
255
255
256
256
/// <summary>
257
257
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ public class ThirdwebManagerEditor : Editor
50
50
private GUIContent warningIcon ;
51
51
private Texture2D bannerImage ;
52
52
53
- private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.20.0 " ;
54
- private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.20.0 " ;
53
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.20.1 " ;
54
+ private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.20.1 " ;
55
55
56
56
private void OnEnable ( )
57
57
{
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ PlayerSettings:
141
141
loadStoreDebugModeEnabled : 0
142
142
visionOSBundleVersion : 1.0
143
143
tvOSBundleVersion : 1.0
144
- bundleVersion : 4.20.0
144
+ bundleVersion : 4.20.1
145
145
preloadedAssets : []
146
146
metroInputSource : 0
147
147
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments