Skip to content

Commit

Permalink
Prepare version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Jul 15, 2024
1 parent a28f2e7 commit 7e7e34c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ repositories {
}

dependencies {
implementation("com.composables.ui:menu:1.4.0")
implementation("com.composables:core:1.5.0")
}
```

## Documentation

For full documentation, checkout: https://composablehorizons.github.io/compose-menu
For full documentation, checkout: https://composablehorizons.github.io/composables-core

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

val publishGroupId = "com.composables"
val publishArtifactId = "core"
val publishVersion = "1.5.0"
val publishVersion = "1.6.0"
val githubUrl = "github.com/composablehorizons/composables-core"

java {
Expand Down
2 changes: 1 addition & 1 deletion docs/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.4.0")
implementation("com.composables:core:1.5.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.4.0")
implementation("com.composables:core:1.5.0")
}
```

Expand Down

0 comments on commit 7e7e34c

Please sign in to comment.