Skip to content

Commit

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

dependencies {
implementation("com.composables:core:1.7.0")
implementation("com.composables:core:1.8.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.8.0"
val publishVersion = "1.9.0"
val githubUrl = "github.com/composablehorizons/composables-core"

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

dependencies {
implementation("com.composables:core:1.7.0")
implementation("com.composables:core:1.8.0")
}
```

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.7.0")
implementation("com.composables:core:1.8.0")
}
```

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

dependencies {
implementation("com.composables:core:1.7.0")
implementation("com.composables:core:1.8.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.7.0")
implementation("com.composables:core:1.8.0")
}
```

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

dependencies {
implementation("com.composables:core:1.7.0")
implementation("com.composables:core:1.8.0")
}
```

Expand Down

0 comments on commit a6f7989

Please sign in to comment.