diff --git a/README.md b/README.md index 6b17c21..03d8a5d 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Add dependencies to the *Kotlin-based* project: ```groovy dependencies { - implementation "co.windly:ktx-prefs:1.4.5" - kapt "co.windly:ktx-prefs-compiler:1.4.5" + implementation "co.windly:ktx-prefs:1.5.0" + kapt "co.windly:ktx-prefs-compiler:1.5.0" } ``` diff --git a/gradle.properties b/gradle.properties index adaf0c2..bfc9d2a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #region Maven Central -VERSION_NAME=1.4.6-SNAPSHOT +VERSION_NAME=1.5.0 GROUP=co.windly POM_DESCRIPTION=Maintenance POM_URL=https://github.com/tommus/ktx-prefs