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

Commit 7be7daf

Browse files
committed
Bump version
1 parent 8f54415 commit 7be7daf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.

UnityEditorPackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.sinai-dev.unityexplorer",
3-
"version": "4.7.8",
3+
"version": "4.7.9",
44
"displayName": "UnityExplorer",
55
"description": "An in-game UI for exploring, debugging and modifying Unity games.",
66
"unity": "2017.1",

src/ExplorerCore.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace UnityExplorer
1414
public static class ExplorerCore
1515
{
1616
public const string NAME = "UnityExplorer";
17-
public const string VERSION = "4.7.8";
17+
public const string VERSION = "4.7.9";
1818
public const string AUTHOR = "Sinai";
1919
public const string GUID = "com.sinai.unityexplorer";
2020

0 commit comments

Comments
 (0)