feat(changelog): hotfix (1.1.3-RC1)

This commit is contained in:
ineanto 2023-12-28 22:04:00 +01:00
parent f81ff8bd52
commit 68ad4ac9b5
2 changed files with 5 additions and 1 deletions

View file

@ -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) 1.1.2-RC1: Update n°8 (28/12/23)
[FEATURES] [FEATURES]
- Players now default back to their original appearance upon failure. - Players now default back to their original appearance upon failure.

View file

@ -5,7 +5,7 @@ plugins {
} }
group = "xyz.ineanto" group = "xyz.ineanto"
version = "1.1.2-RC1" version = "1.1.3-RC1"
val shadowImplementation: Configuration by configurations.creating val shadowImplementation: Configuration by configurations.creating
configurations["implementation"].extendsFrom(shadowImplementation) configurations["implementation"].extendsFrom(shadowImplementation)