From d696ee2782f134bfe4c04bc64b99647d672bb684 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Thu, 22 Aug 2024 20:34:43 +0500 Subject: [PATCH] chore: bump version Signed-off-by: Octol1ttle --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f90768..525b7b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,5 @@ or [GitHub](https://github.com/Octol1ttle/FlightAssistant) to discuss this relea ## Fixes -* Fixed an issue that caused the game to crash when launching in a production environment -* Fixed an issue that caused the attitude display to behave incorrectly when rolling +* Fixed an issue that caused huge amounts of packets to be sent to the server when "Open Elytra Automatically" was + enabled, potentially triggering anti-cheat software diff --git a/gradle.properties b/gradle.properties index 21e2e5f..ad46b29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3 floader_version=0.15.3 # Mod Properties -mod_version=2.3.3 +mod_version=2.3.4 maven_group=ru.octol1ttle.flightassistant archives_base_name=flightassistant