Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Mar 5, 2024
1 parent 8abb009 commit 91b6601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/Metadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ namespace MovementCompanyEnhanced.Core;
static class Metadata {
public const string GUID = "MovementCompany-Enhanced";
public const string NAME = "MovementCompany-Enhanced";
public const string VERSION = "1.2.2";
public const string VERSION = "1.3.0";
}
2 changes: 1 addition & 1 deletion MovementCompanyEnhanced.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net472</TargetFramework>
<AssemblyName>MovementCompanyEnhanced</AssemblyName>
<Description>General purpose movement mod, fully configurable and allows bhopping.</Description>
<Version>1.2.2</Version>
<Version>1.3.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down

0 comments on commit 91b6601

Please sign in to comment.