Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Shafarenka committed Aug 23, 2024
1 parent 04f8a71 commit f7604e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "de.halfbit"
version = "0.4-SNAPSHOT"
version = "0.4"
}

0 comments on commit f7604e8

Please sign in to comment.