diff --git a/composecalendar/build.gradle b/composecalendar/build.gradle index 2b72555..65f0289 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.0' + PUBLISH_VERSION = '1.0.1' } apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"