Skip to content

Commit

Permalink
chore: bump library version to 1.0.2, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lampione committed Sep 18, 2022
1 parent 594b978 commit 8dac6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.squaredem/composecalendar.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.squaredem%22%20AND%20a:%22composecalendar%22)

# ComposeCalendar

This library provides a beautiful date picker for Jetpack Compose, following the latest material 3 guidelines.
Expand All @@ -21,7 +19,7 @@ then add the latest ComposeCalendar version to your `app/build.gradle` file depe

```groovy
dependencies {
implementation 'com.squaredem:composecalendar:1.0.1'
implementation 'com.squaredem:composecalendar:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion composecalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
ext {
PUBLISH_GROUP_ID = 'com.squaredem'
PUBLISH_ARTIFACT_ID = 'composecalendar'
PUBLISH_VERSION = '1.0.1'
PUBLISH_VERSION = '1.0.2'
}

apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

0 comments on commit 8dac6ba

Please sign in to comment.