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.