From f7604e81bd6ab834b608ea01883a1ae7bb10ed12 Mon Sep 17 00:00:00 2001 From: Sergej Shafarenka Date: Fri, 23 Aug 2024 18:12:39 +0200 Subject: [PATCH] Release 0.4 --- README.md | 5 +++-- .../src/main/kotlin/root.publication.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2da9739..9df44fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In `gradle/libs.versions.toml` ```toml [versions] kotlin = "2.0.0" -componental = "0.3" +componental = "0.4" [libraries] componental = { module = "de.halfbit:componental", version.ref = "componental" } @@ -74,8 +74,9 @@ dependencies { # Release Notes +* 0.4 Refine Stack and Slot API and their implementations * 0.3 Add BackNavigation -* 0.2 Module `componental` is exposed as API from `componental.compose` +* 0.2 Module `componental` is exposed as API from `componental.compose` * 0.1 Initial release # License diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index ef071b4..d1398d7 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,5 +4,5 @@ plugins { allprojects { group = "de.halfbit" - version = "0.4-SNAPSHOT" + version = "0.4" }