Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olshevski committed Jul 15, 2022
1 parent 6b6ede4 commit fe75741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A small and simple, yet fully fledged and customizable navigation library for [J
Add a single dependency to your project:

```kotlin
implementation("dev.olshevski.navigation:reimagined:1.1.0")
implementation("dev.olshevski.navigation:reimagined:1.1.1")
```

Define a set of screens. It is convenient to use a sealed class for this:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A small and simple, yet fully fledged and customizable navigation library for [J
Add a single dependency to your project:

```kotlin
implementation("dev.olshevski.navigation:reimagined:1.1.0")
implementation("dev.olshevski.navigation:reimagined:1.1.1")
```

Define a set of screens. It is convenient to use a sealed class for this:
Expand Down

0 comments on commit fe75741

Please sign in to comment.