Fix disposed TextWriter bug, bump version

This commit is contained in:
Sinai
2022-03-06 00:21:48 +11:00
parent b6966f8836
commit b8c4be473f
4 changed files with 5 additions and 10 deletions

View File

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