Skip to content

Commit

Permalink
Merge pull request #72 from marosseleng/feature/v0.6.0
Browse files Browse the repository at this point in the history
Feature/v0.6.0
  • Loading branch information
marosseleng authored Jan 23, 2023
2 parents e3a07d3 + 1e597be commit 29f19d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Highly customizable Jetpack Compose components with material3 support for date &

## Latest version

### 0.5.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.4.0...v0.5.0))
### 0.6.0 ([Changelog](https://github.com/marosseleng/compose-material3-datetime-pickers/compare/v0.5.0...v0.6.0))

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

## Usage
To use this library in your project, in your app module's `build.gradle.kts` add:
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.5.0"
version = "0.6.0"

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

0 comments on commit 29f19d9

Please sign in to comment.