From c8183ffe444352ef632859dc83cf1e7f90279d70 Mon Sep 17 00:00:00 2001 From: ineanto Date: Sun, 25 Feb 2024 17:46:26 +0100 Subject: [PATCH] fix: bumped version again, forgot the previous one --- CHANGELOG.log | 8 +++++++- build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.log b/CHANGELOG.log index 822a6a9..5d60e2c 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -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] diff --git a/build.gradle.kts b/build.gradle.kts index d1e8304..1e909fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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)