diff --git a/README.md b/README.md index 281179b..9a26dca 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/composecalendar/build.gradle b/composecalendar/build.gradle index a0830f6..c487de6 100644 --- a/composecalendar/build.gradle +++ b/composecalendar/build.gradle @@ -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"