From aecfa41432a5a21995cad1edae241d26f6db51b3 Mon Sep 17 00:00:00 2001 From: Valera <76255437+xzxADIxzx@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:37:36 +0300 Subject: [PATCH] update the version of the mod --- Jaket.csproj | 2 +- manifest.json | 2 +- src/Jaket/Version.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jaket.csproj b/Jaket.csproj index 877b55d9..2582bc90 100644 --- a/Jaket.csproj +++ b/Jaket.csproj @@ -4,7 +4,7 @@ netstandard2.0 Jaket Multikill is still in development, so I created my own multiplayer mod for Ultrakill - 1.2.12 + 1.2.22 true latest diff --git a/manifest.json b/manifest.json index d235c664..ae144644 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [] } \ No newline at end of file diff --git a/src/Jaket/Version.cs b/src/Jaket/Version.cs index 471d6513..c87c994d 100644 --- a/src/Jaket/Version.cs +++ b/src/Jaket/Version.cs @@ -9,7 +9,7 @@ namespace Jaket; public class Version { /// Current version of the mod installed by the player. - public const string CURRENT = "1.2.12"; + public const string CURRENT = "1.2.22"; /// Repository of the mod, where the newest version will be taken from. public const string REPO = "xzxADIxzx/Join-and-kill-em-together"; /// Github API URL. I think it's not difficult to guess.