From 2c0c87e4b237c357c09c068861f3b16259e68e0e Mon Sep 17 00:00:00 2001 From: ByMartrixx Date: Wed, 21 Dec 2022 19:27:25 -0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6e1e7..13c5265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog -## 2.4.1 [1.19] +## 2.4.2 [1.19] +- Update to 1.19.3 + +## 2.4.1 [1.19] (19-08-2022) - Update to 1.19.2 - Fix custom commands triggering incorrectly diff --git a/gradle.properties b/gradle.properties index a4a09bd..92218fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs = -Xmx1G #Mod properties -mod_version = 2.4.1 +mod_version = 2.4.2 maven_group = me.bymartrixx archives_base_name = player-events