Bump version

This commit is contained in:
Sinai 2022-04-24 19:24:43 +10:00
parent 8f54415ae0
commit 7be7daf4d7
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "com.sinai-dev.unityexplorer",
"version": "4.7.8",
"version": "4.7.9",
"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.8";
public const string VERSION = "4.7.9";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";