Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed May 6, 2024
1 parent 8052bbf commit 2bb5076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

-Simple Stack X.X.X (XXXX-XX-XX)
-Simple Stack 2.9.0 (2024-05-06)
--------------------------------

- ADDED: `Backstack.goAppendChain(newKeys)` and `Backstack.goAppendChain(asReplace, newKeys)` which appends the provided keys to the end of
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ and then, add the dependency to your module's `build.gradle.kts` (or `build.grad

``` kotlin
// build.gradle.kts
implementation("com.github.Zhuinden:simple-stack:2.8.0")
implementation("com.github.Zhuinden:simple-stack:2.9.0")
implementation("com.github.Zhuinden:simple-stack-extensions:2.3.3")
```

or

``` groovy
// build.gradle
implementation 'com.github.Zhuinden:simple-stack:2.8.0'
implementation 'com.github.Zhuinden:simple-stack:2.9.0'
implementation 'com.github.Zhuinden:simple-stack-extensions:2.3.3'
```

Expand Down
2 changes: 1 addition & 1 deletion simple-stack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ afterEvaluate {
register("mavenJava", MavenPublication::class) {
groupId = "com.github.Zhuinden"
artifactId = "simple-stack"
version = "2.8.0"
version = "2.9.0"

from(components["release"])
artifact(sourcesJar.get())
Expand Down

0 comments on commit 2bb5076

Please sign in to comment.