Skip to content

Commit

Permalink
Prepare v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marosseleng committed Jan 21, 2023
1 parent 0df19a3 commit cfca667
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.4.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.3.0...v0.4.0))
### 0.5.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.4.0...v0.5.0))

## 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.4.0"
version = "0.5.0"

afterEvaluate {
from(components["release"])
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version-android-library = "7.4.0"
version-kotlin = "1.7.20"
version-nexus-publish = "1.1.0"
version-junit5-plugin = "1.8.2.1"
# version-paparazzi = "1.1.0"
version-paparazzi = "1.2.0"

version-desugaring = "1.2.2"
Expand Down

0 comments on commit cfca667

Please sign in to comment.