From 26742ac6157a908dc577bbec9c9b8937fe538c22 Mon Sep 17 00:00:00 2001 From: Valera <76255437+xzxADIxzx@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:35:41 +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 f1d32697..3ec6dbb8 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.0.1 + 1.1.1 true latest diff --git a/manifest.json b/manifest.json index da431584..42f03861 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.0.1", + "version_number": "1.1.1", "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 5677ffc4..efd4cfee 100644 --- a/src/Jaket/Version.cs +++ b/src/Jaket/Version.cs @@ -7,7 +7,7 @@ namespace Jaket; public class Version { /// Current version of the mod installed by the player. - public const string CURRENT = "1.0.1"; + public const string CURRENT = "1.1.1"; /// 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.