Skip to content

Commit

Permalink
Merge pull request #85 from marosseleng/feature/v0.6.2
Browse files Browse the repository at this point in the history
Prepare v0.6.2.
  • Loading branch information
marosseleng authored Feb 17, 2023
2 parents 48fe71a + ad982a5 commit 6d2bece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Highly customizable Jetpack Compose components with material3 support for date &

## Latest version

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

## Versions
| Dependency | Version |
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.1"
version = "0.6.2"

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

0 comments on commit 6d2bece

Please sign in to comment.