From 8bd8b31b9e7e4d072a7573182471c256c7a8b7f5 Mon Sep 17 00:00:00 2001 From: akarnokd Date: Mon, 11 Oct 2021 12:18:55 +0200 Subject: [PATCH] Release 0.0.11 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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