From c9e32677770a317bc2d8c6d5c511569e1e6ace57 Mon Sep 17 00:00:00 2001 From: Sergej Shafarenka Date: Mon, 22 Jul 2024 15:14:59 +0200 Subject: [PATCH] Release 0.3 --- README.md | 3 ++- convention-plugins/src/main/kotlin/root.publication.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e6bb2c..360576d 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,9 @@ dependencies { # Release Notes +* 0.3 Add BackNavigation * 0.2 Module `componental` is exposed as API from `componental.compose` -* 0.1 Inital release +* 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 a28fe0a..cdaf529 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.3-SNAPSHOT" + version = "0.3" }