diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bbc8f..425a0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Change Log +### Kotlin AndroidX Account 1.0.1 *(2019-11-12)* + + * Correct constant package names in scheme; + * Refactor schema code to remove duplications. + ### Kotlin AndroidX Account 1.0.0 *(2019-11-12)* * Stable library release. diff --git a/README.md b/README.md index 0efd3d8..c77f383 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.0.0" - kapt "co.windly:ktx-account-compiler:1.0.0" + implementation "co.windly:ktx-account:1.0.1" + kapt "co.windly:ktx-account-compiler:1.0.1" } ``` diff --git a/gradle.properties b/gradle.properties index 74394b7..d2dceb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #region Maven Central -VERSION_NAME=1.0.1-SNAPSHOT +VERSION_NAME=1.0.1 GROUP=co.windly POM_DESCRIPTION=Maintenance POM_URL=https://github.com/tommus/ktx-account