feat: bump version (1.1.4-RC1)
This commit is contained in:
parent
59addc6ee3
commit
c1c2d883c4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
1.1.4-RC1: Update n°9 (28/12/23)
|
||||||
|
[FEATURES]
|
||||||
|
- Various improvements to performance.
|
||||||
|
|
||||||
1.1.3-RC1: Hotfix n°4 (28/12/23)
|
1.1.3-RC1: Hotfix n°4 (28/12/23)
|
||||||
[FIXES]
|
[FIXES]
|
||||||
- Fixed the English Locale version being late.
|
- Fixed the English Locale version being late.
|
||||||
|
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.ineanto"
|
group = "xyz.ineanto"
|
||||||
version = "1.1.3-RC1"
|
version = "1.1.4-RC1"
|
||||||
|
|
||||||
val shadowImplementation: Configuration by configurations.creating
|
val shadowImplementation: Configuration by configurations.creating
|
||||||
configurations["implementation"].extendsFrom(shadowImplementation)
|
configurations["implementation"].extendsFrom(shadowImplementation)
|
||||||
|
|
Loading…
Reference in a new issue