Skip to content

Commit

Permalink
Prepare version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Dec 1, 2024
1 parent f4ab859 commit 0941ea2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.19.1")
implementation("com.composables:core:1.20.0")
}
```

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

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

dependencies {
implementation("com.composables:core:1.19.1")
implementation("com.composables:core:1.20.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dropdown-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.19.1")
implementation("com.composables:core:1.20.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.19.1")
implementation("com.composables:core:1.20.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 @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.19.1")
implementation("com.composables:core:1.20.0")
}
```

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

dependencies {
implementation("com.composables:core:1.19.1")
implementation("com.composables:core:1.20.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.19.1")
implementation("com.composables:core:1.20.0")
}
```

Expand Down

0 comments on commit 0941ea2

Please sign in to comment.