From 91fdbda27f6719bd09f8316ebcd7f61c30de7d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Karnok?= Date: Wed, 1 Apr 2020 10:27:23 +0200 Subject: [PATCH] Release 0.0.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817fc9f..1551d53 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.3" + implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.4" } ```