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

Commit f6d0aca

Browse files
committed
Bump version
1 parent d4fbc89 commit f6d0aca

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
@@ -11,13 +11,14 @@
1111
using UnityExplorer.Runtime;
1212
using UniverseLib.Input;
1313
using UniverseLib.UI;
14+
using System.Reflection;
1415

1516
namespace UnityExplorer
1617
{
1718
public static class ExplorerCore
1819
{
1920
public const string NAME = "UnityExplorer";
20-
public const string VERSION = "4.5.5";
21+
public const string VERSION = "4.5.6";
2122
public const string AUTHOR = "Sinai";
2223
public const string GUID = "com.sinai.unityexplorer";
2324

0 commit comments

Comments
 (0)