File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ public struct BiconomyOptions
286
286
287
287
public ThirdwebSession session ;
288
288
289
- internal const string version = "4.7.10 " ;
289
+ internal const string version = "4.7.11 " ;
290
290
291
291
/// <summary>
292
292
/// Create an instance of the Thirdweb SDK.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ 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.7.10 " ;
53
+ private static readonly string ExpandedStateKey = "ThirdwebManagerEditor_ExpandedState_4.7.11 " ;
54
54
55
55
private void OnEnable ( )
56
56
{
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.7.10
142
+ bundleVersion : 4.7.11
143
143
preloadedAssets : []
144
144
metroInputSource : 0
145
145
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments