From c1c2d883c4eca97cd3f6d95c2bc81ca776e16c45 Mon Sep 17 00:00:00 2001 From: ineanto Date: Sun, 25 Feb 2024 16:28:41 +0100 Subject: [PATCH] feat: bump version (1.1.4-RC1) --- CHANGELOG.log | 4 ++++ build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.log b/CHANGELOG.log index f2924ac..822a6a9 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -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) [FIXES] - Fixed the English Locale version being late. diff --git a/build.gradle.kts b/build.gradle.kts index bcbdb00..d1e8304 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "xyz.ineanto" -version = "1.1.3-RC1" +version = "1.1.4-RC1" val shadowImplementation: Configuration by configurations.creating configurations["implementation"].extendsFrom(shadowImplementation)