Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbepis committed Nov 21, 2023
1 parent eccdcd2 commit 6a192e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,4 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
Output
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>BepInEx.MelonLoader.Loader.IL2CPP</AssemblyName>
<Description>MelonLoader loader for Il2Cpp games</Description>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Configurations>BepInEx6</Configurations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Description>MelonLoader loader for UnityMono games</Description>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<PackageId>BepInEx.MelonLoader.Loader.UnityMono</PackageId>
Expand Down

0 comments on commit 6a192e5

Please sign in to comment.