From ae8224f7544f34f4c8a2c91837d7a9902f77cc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Karnok?= Date: Mon, 20 Apr 2020 16:04:33 +0200 Subject: [PATCH] Release 0.0.5 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1551d53..2c64020 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.4" + implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.5" } ``` diff --git a/gradle.properties b/gradle.properties index b20ea06..a4d97d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.github.akarnokd -VERSION_NAME=0.0.4 +VERSION_NAME=0.0.5 POM_ARTIFACT_ID=kotlin-flow-extensions POM_NAME=Kotlin Flow Extensions