fix: bumped version again, forgot the previous one

This commit is contained in:
ineanto 2024-02-25 17:46:26 +01:00
parent 89d2499fed
commit c8183ffe44
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,12 @@
1.1.4-RC1: Update n°9 (28/12/23)
1.1.5-RC1: Update n°10 (28/12/23)
[FEATURES]
- Various improvements to performance.
[FIXES]
- Fixed a bug related to configuration migration.
1.1.4-RC1: Update n°9 (07/02/23)
[OTHER]
- The repository hosting the previous version of Nicko had expired, this is now fixed.
1.1.3-RC1: Hotfix n°4 (28/12/23)
[FIXES]

View file

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