diff --git a/README.md b/README.md index 8860f91..951d8c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Extensions to the Kotlin Flow library. ```groovy dependencies { - implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.10" + implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.11" } ``` diff --git a/gradle.properties b/gradle.properties index 8fbf099..c3adab7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.akarnokd -VERSION_NAME=0.0.10 +VERSION_NAME=0.0.11 POM_ARTIFACT_ID=kotlin-flow-extensions POM_NAME=Kotlin Flow Extensions