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" }