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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sinai-dev committed May 15, 2022
1 parent 56a3cef commit d1fbbfa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll
Binary file not shown.
Binary file modified UnityEditorPackage/Runtime/UniverseLib.Mono.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ExplorerCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace UnityExplorer
public static class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "4.8.0";
public const string VERSION = "4.8.1";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";

Expand Down
4 changes: 2 additions & 2 deletions src/UnityExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
<!-- il2cpp nuget -->
<ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6' or '$(Configuration)'=='ML_Cpp_net472' or '$(Configuration)'=='STANDALONE_Cpp' or '$(Configuration)'=='BIE_Cpp'">
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22" />
<PackageReference Include="UniverseLib.IL2CPP" Version="1.4.1" />
<PackageReference Include="UniverseLib.IL2CPP" Version="1.4.2" />
</ItemGroup>
<!-- mono nuget -->
<ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'">
<PackageReference Include="UniverseLib.Mono" Version="1.4.1" />
<PackageReference Include="UniverseLib.Mono" Version="1.4.2" />
</ItemGroup>

<!-- ~~~~~ ASSEMBLY REFERENCES ~~~~~ -->
Expand Down

0 comments on commit d1fbbfa

Please sign in to comment.