diff --git a/CHANGELOG.log b/CHANGELOG.log index 7e1362a..f2924ac 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -1,3 +1,7 @@ +1.1.3-RC1: Hotfix n°4 (28/12/23) + [FIXES] + - Fixed the English Locale version being late. + 1.1.2-RC1: Update n°8 (28/12/23) [FEATURES] - Players now default back to their original appearance upon failure. diff --git a/build.gradle.kts b/build.gradle.kts index 3a7c4b9..bcbdb00 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "xyz.ineanto" -version = "1.1.2-RC1" +version = "1.1.3-RC1" val shadowImplementation: Configuration by configurations.creating configurations["implementation"].extendsFrom(shadowImplementation)