diff --git a/CHANGELOG.md b/CHANGELOG.md index 2011ace..fb6e1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog -## 2.4.0 [1.19] +## 2.4.1 [1.19] +- Update to 1.19.2 +- Fix custom commands triggering incorrectly + +## 2.4.0 [1.19] (12-07-2022) - Fix `/` executing every custom command - Fix execution of commands not working (#26) - Fix custom commands not doing anything diff --git a/gradle.properties b/gradle.properties index dde10e9..aa22844 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ quilt_mappings_build = 3 loader_version = 0.14.9 #Mod properties -mod_version = 2.4.0 +mod_version = 2.4.1 maven_group = me.bymartrixx archives_base_name = player-events