Skip to content

Commit

Permalink
Merge pull request #95 from marosseleng/feature/v0.7.0
Browse files Browse the repository at this point in the history
Prepare v0.7.0.
  • Loading branch information
marosseleng authored Mar 13, 2023
2 parents 35e19bb + eb12488 commit d910545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Highly customizable Jetpack Compose components with material3 support for date &

## Latest version

### 0.6.2 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.6.1...v0.6.2))
### 0.7.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.6.2...v0.7.0))

## Versions
| Dependency | Version |
|:--------------------------------------------------------------------------------------------------|-------------:|
| Kotlin | `1.8.10` |
| Compose compiler | `1.4.2` |
| Compose compiler | `1.4.3` |
| [Compose BOM](https://maven.google.com/web/index.html?q=compose-bom#androidx.compose:compose-bom) | `2023.01.00` |
| Material3 | `1.0.1` |

Expand Down
2 changes: 1 addition & 1 deletion datetimepickers/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.marosseleng.android"
artifactId = "compose-material3-datetime-pickers"
version = "0.6.2"
version = "0.7.0"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit d910545

Please sign in to comment.