diff --git a/README.md b/README.md index e2cdddf..33a44a2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ allprojects { Now actually add the dependency: ```kotlin dependencies { - implementation("com.github.persian-calendar:calendar:1.2.0") + implementation("com.github.persian-calendar:calendar:x.y.z") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 80ac75a..c93d098 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "io.github.persiancalendar" -version = "1.2.0" +version = "1.2.1" repositories { mavenCentral()