From 660cb2cd532a07db56dcdb6bcc4e169b10dc6c44 Mon Sep 17 00:00:00 2001 From: btwonion Date: Thu, 28 Mar 2024 14:05:05 +0100 Subject: [PATCH] bump version to 1.1.1 --- build.gradle.kts | 2 +- changelog.md | 3 ++- readme.md | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a2bcf60..5762b09 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "dev.nyon" -val majorVersion = "1.1.0" +val majorVersion = "1.1.1" val mcVersion = "1.20.4" version = "$majorVersion-$mcVersion" val authors = listOf("btwonion") diff --git a/changelog.md b/changelog.md index 3766d5c..fc9e553 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,2 @@ -- add option to enable function only to players +- cleanup code +- make mod only usable on multiplayer servers, that also have this mod diff --git a/readme.md b/readme.md index 016d77c..573dae2 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,10 @@ ``` +## Note +Before v1.1.1 it is possible, that you can get flagged on multiplayer servers with anti-cheat. +Please use v1.1.1 or higher to stay on the safe side. + ### Other ⚠️ The development version is always the latest stable release of Minecraft. Therefore, new features will only be available for the current and following Minecraft versions.