diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index e82a143..97ab89c 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -16,7 +16,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.4.4"; + public const string VERSION = "4.4.5"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer"; diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index 65e801e..9fe309f 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -172,13 +172,13 @@ False - packages\UniverseLib.1.0.2\lib\net35\UniverseLib.Mono.dll + packages\UniverseLib.1.0.3\lib\net35\UniverseLib.Mono.dll - packages\UniverseLib.1.0.2\lib\net472\UniverseLib.IL2CPP.dll + packages\UniverseLib.1.0.3\lib\net472\UniverseLib.IL2CPP.dll ..\lib\Il2CppAssemblyUnhollower\UnhollowerBaseLib\bin\Release\net4.7.2\UnhollowerBaseLib.dll diff --git a/src/packages.config b/src/packages.config index fc059ce..6666e07 100644 --- a/src/packages.config +++ b/src/packages.config @@ -4,5 +4,5 @@ - + \ No newline at end of file