Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olshevski committed Aug 15, 2023
1 parent c5e4f63 commit 5aa891b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0")
implementation("dev.olshevski.navigation:reimagined:1.5.0")
```

Define a set of destinations. 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.4.0")
implementation("dev.olshevski.navigation:reimagined:1.5.0")
```

Define a set of destinations. It is convenient to use a sealed class for this:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html

group=dev.olshevski.navigation
version=1.5.0-beta01
version=1.5.0

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
Expand Down

0 comments on commit 5aa891b

Please sign in to comment.