diff --git a/README.md b/README.md index 1b12ccc..e739c4c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation 'com.fredporciuncula:flow-preferences:1.5.0' + implementation 'com.fredporciuncula:flow-preferences:1.7.0' } ``` diff --git a/gradle.properties b/gradle.properties index 9c2df3d..7c333ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ kotlin.code.style=official # POM GROUP=com.fredporciuncula POM_ARTIFACT_ID=flow-preferences -VERSION_NAME=1.6.0 +VERSION_NAME=1.7.0 POM_NAME=Flow Preferences POM_DESCRIPTION=Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences