Skip to content

Commit

Permalink
Prepare version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 6, 2024
1 parent c06184c commit 867996e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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.12.0")
implementation("com.composables:core:1.13.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.13.0"
val publishVersion = "1.14.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.12.0")
implementation("com.composables:core:1.13.0")
}
```

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

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.0")
}
```

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

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.0")
}
```

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

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.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 @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.0")
}
```

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

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.0")
}
```

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

dependencies {
implementation("com.composables:core:1.12.0")
implementation("com.composables:core:1.13.0")
}
```

Expand Down

0 comments on commit 867996e

Please sign in to comment.