Skip to content

Commit

Permalink
v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Nov 22, 2024
1 parent 0257630 commit 99a8240
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.9.6 - 2024-11-22
- Update Compose Multiplatform to 1.7.0
- Update Kotlin to 2.0.21

### 0.9.5 - 2024-03-10
- Update Compose Multiplatform to 1.6.0
- Update Kotlin to 1.9.22
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ae8d455118164f43a24732761a970cc8)](https://www.codacy.com/gh/vanpra/compose-material-dialogs/dashboard?utm_source=github.com&utm_medium=referral&utm_content=vanpra/compose-material-dialogs&utm_campaign=Badge_Grade)![Build & Test](https://github.com/vanpra/compose-material-dialogs/actions/workflows/main.yml/badge.svg)

**Current Library Compose Multiplatform Version: 1.6.0**

**Current Library Jetpack Compose Version: 1.6.3**
**Current Library Compose Multiplatform Version: 1.7.0**

### [See Releases and Changelog](https://github.com/syer10/compose-material-dialogs/blob/main/CHANGELOG.md)

Expand All @@ -21,7 +19,7 @@
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-core:0.9.5"
implementation "ca.gosyer:compose-material-dialogs-core:0.9.6"
...
}
```
Expand All @@ -37,7 +35,7 @@ dependencies {
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.5"
implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.6"
...
}
```
Expand All @@ -53,7 +51,7 @@ dependencies {
```gradle
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-color:0.9.5"
implementation "ca.gosyer:compose-material-dialogs-color:0.9.6"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.ignoreIncorrectDependencies=true

GROUP=ca.gosyer
VERSION_NAME=0.9.5
VERSION_NAME=0.9.6

POM_DESCRIPTION=A Material Dialog Builder for Jetpack Compose
POM_INCEPTION_YEAR=2020
Expand Down

0 comments on commit 99a8240

Please sign in to comment.