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

Commit bcdaf3b

Browse files
committed
Bump version
1 parent cb8e947 commit bcdaf3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ExplorerCore.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
using UnityExplorer.Tests;
1313
using UnityExplorer.UI;
1414
using UnityExplorer.UI.Inspectors;
15+
using UnityExplorer.UI.ObjectExplorer;
1516
using UnityExplorer.UI.Panels;
1617

1718
namespace UnityExplorer
1819
{
1920
public static class ExplorerCore
2021
{
2122
public const string NAME = "UnityExplorer";
22-
public const string VERSION = "4.0.5";
23+
public const string VERSION = "4.0.6";
2324
public const string AUTHOR = "Sinai";
2425
public const string GUID = "com.sinai.unityexplorer";
2526

0 commit comments

Comments
 (0)