Skip to content

Commit

Permalink
Prepare version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed May 11, 2024
1 parent e6223cf commit acd296b
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 @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation("com.composables.ui:menu:1.2.0")
implementation("com.composables.ui:menu:1.3.0")
}
```

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

dependencies {
implementation("com.composables.ui:menu:1.0.0")
implementation("com.composables.ui:menu:1.3.0")
}
```

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

val publishGroupId = "com.composables.ui"
val publishArtifactId = "menu"
val publishVersion = "1.3.0"
val publishVersion = "1.4.0"
val githubUrl = "github.com/composablehorizons/compose-menu"

java {
Expand Down

0 comments on commit acd296b

Please sign in to comment.