Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 304b47f

Browse files
committed
Bump version
1 parent 3d1fcbc commit 304b47f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ExplorerCore.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace UnityExplorer
2020
public static class ExplorerCore
2121
{
2222
public const string NAME = "UnityExplorer";
23-
public const string VERSION = "4.1.10";
23+
public const string VERSION = "4.1.11";
2424
public const string AUTHOR = "Sinai";
2525
public const string GUID = "com.sinai.unityexplorer";
2626

@@ -47,10 +47,9 @@ public static void Init(IExplorerLoader loader)
4747
Directory.CreateDirectory(Loader.ExplorerFolder);
4848

4949
ConfigManager.Init(Loader.ConfigHandler);
50-
5150
ReflectionUtility.Init();
52-
5351
RuntimeProvider.Init();
52+
5453
SceneHandler.Init();
5554
InputManager.Init();
5655

0 commit comments

Comments
 (0)