From ce0fe11aaee504719a26fc2f7222df59cc55c5ae Mon Sep 17 00:00:00 2001
From: Valera <76255437+xzxADIxzx@users.noreply.github.com>
Date: Sat, 9 Sep 2023 19:00:18 +0300
Subject: [PATCH] update version of the mod
---
Jaket.csproj | 2 +-
Version.cs | 2 +-
manifest.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jaket.csproj b/Jaket.csproj
index 14dcf909..4597ba7c 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
- 0.7.20
+ 0.7.44
true
latest
diff --git a/Version.cs b/Version.cs
index 50147f63..52b257f6 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,7 +6,7 @@ namespace Jaket;
public class Version
{
/// Current version of the mod installed by the player.
- public const string CURRENT = "0.7.20";
+ public const string CURRENT = "0.7.44";
/// 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.
diff --git a/manifest.json b/manifest.json
index bfb16459..44a2ea01 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.\nAuthors: xzxADIxzx, Sowler & Fumboy :3\nSpecial thanks to Rey Hunter for the emote icons, they are really cool.",
- "version_number": "0.7.20",
+ "version_number": "0.7.44",
"website_url": "https://github.com/xzxADIxzx/Join-and-kill-em-together",
"dependencies": [
"Temperz87-UltraModManager-5.6.0"