Skip to content

Commit

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

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

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

val publishGroupId = "com.composables"
val publishArtifactId = "core"
val publishVersion = "1.6.0"
val publishVersion = "1.7.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.5.0")
implementation("com.composables:core:1.6.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.5.0")
implementation("com.composables:core:1.6.0")
}
```

Expand Down

0 comments on commit ee312c4

Please sign in to comment.