diff --git a/README.md b/README.md index 50a5851..d9ae11e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Add dependencies to the *Kotlin-based* project: ```groovy dependencies { - implementation "co.windly:ktx-account:1.1.1" - kapt "co.windly:ktx-account-compiler:1.1.1" + implementation "co.windly:ktx-account:1.1.2" + kapt "co.windly:ktx-account-compiler:1.1.2" } ``` diff --git a/gradle.properties b/gradle.properties index af30af9..ea044c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #region Maven Central -VERSION_NAME=1.1.2-SNAPSHOT +VERSION_NAME=1.1.2 GROUP=co.windly POM_DESCRIPTION=Maintenance POM_URL=https://github.com/tommus/ktx-account