Skip to content

Commit

Permalink
chore: bump to 1.0.3, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lampione committed Oct 14, 2022
1 parent 8dac6ba commit 24ace33
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 @@ -19,7 +19,7 @@ then add the latest ComposeCalendar version to your `app/build.gradle` file depe

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

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.2'
PUBLISH_VERSION = '1.0.3'
}

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

0 comments on commit 24ace33

Please sign in to comment.