File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ public struct EngineRelayerOptions
251251
252252 public ThirdwebSession Session { get ; internal set ; }
253253
254- internal const string version = "4.20.0 " ;
254+ internal const string version = "4.20.1 " ;
255255
256256 /// <summary>
257257 /// 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
5050 private GUIContent warningIcon ;
5151 private Texture2D bannerImage ;
5252
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 " ;
5555
5656 private void OnEnable ( )
5757 {
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ PlayerSettings:
141141 loadStoreDebugModeEnabled : 0
142142 visionOSBundleVersion : 1.0
143143 tvOSBundleVersion : 1.0
144- bundleVersion : 4.20.0
144+ bundleVersion : 4.20.1
145145 preloadedAssets : []
146146 metroInputSource : 0
147147 wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments