Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Dec 16, 2020
1 parent c8b3950 commit 7b7d29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 2.5.0 (2020-XX-XX)
-Simple Stack 2.5.0 (2020-12-16)
--------------------------------

- ADD: `Backstack.exitScope(scopeTag)`, `Backstack.exitScope(scopeTag, direction)` and `Backstack.exitScopeTo(scopeTag, targetKey, direction)`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,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.4.0")
implementation("com.github.Zhuinden:simple-stack:2.5.0")
implementation("com.github.Zhuinden:simple-stack-extensions:2.0.1")
```

or

``` groovy
// build.gradle
implementation 'com.github.Zhuinden:simple-stack:2.4.0'
implementation 'com.github.Zhuinden:simple-stack:2.5.0'
implementation 'com.github.Zhuinden:simple-stack-extensions:2.0.1'
```

Expand Down

0 comments on commit 7b7d29a

Please sign in to comment.