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.16.0 " ;
254
+ internal const string version = "4.16.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.16.0 " ;
54
- private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.16.0 " ;
53
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.16.1 " ;
54
+ private static readonly string OptionalStateKey = "ThirdwebManagerEditor_OptionalState_4.16.1 " ;
55
55
56
56
private void OnEnable ( )
57
57
{
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.16.0
142
+ bundleVersion : 4.16.1
143
143
preloadedAssets : []
144
144
metroInputSource : 0
145
145
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments