Skip to content

Commit

Permalink
update the version of the mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Apr 17, 2024
1 parent d13a261 commit aecfa41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jaket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Jaket</AssemblyName>
<Description>Multikill is still in development, so I created my own multiplayer mod for Ultrakill</Description>
<Version>1.2.12</Version>
<Version>1.2.22</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Jaket",
"description": "Multikill is still in development, so I created my own multiplayer mod for Ultrakill. Made with ♡ by xzxADIxzx, Sowler, Fumboy & others :3",
"version_number": "1.2.12",
"version_number": "1.2.22",
"website_url": "https://github.com/xzxADIxzx/Join-and-kill-em-together",
"dependencies": []
}
2 changes: 1 addition & 1 deletion src/Jaket/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Jaket;
public class Version
{
/// <summary> Current version of the mod installed by the player. </summary>
public const string CURRENT = "1.2.12";
public const string CURRENT = "1.2.22";
/// <summary> Repository of the mod, where the newest version will be taken from. </summary>
public const string REPO = "xzxADIxzx/Join-and-kill-em-together";
/// <summary> Github API URL. I think it's not difficult to guess. </summary>
Expand Down

0 comments on commit aecfa41

Please sign in to comment.