Bump version

This commit is contained in:
Sinai 2022-04-30 20:53:31 +10:00
parent 68b81c6b53
commit ef4bc75d5e
4 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "com.sinai-dev.unityexplorer",
"version": "4.7.11",
"version": "4.7.12",
"displayName": "UnityExplorer",
"description": "An in-game UI for exploring, debugging and modifying Unity games.",
"unity": "2017.1",

View File

@ -14,7 +14,7 @@ namespace UnityExplorer
public static class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "4.7.11";
public const string VERSION = "4.7.12";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";