We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdd0e0 commit 8bd8b31Copy full SHA for 8bd8b31
README.md
@@ -11,7 +11,7 @@ Extensions to the Kotlin Flow library.
11
12
```groovy
13
dependencies {
14
- implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.10"
+ implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.11"
15
}
16
```
17
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.github.akarnokd
2
-VERSION_NAME=0.0.10
+VERSION_NAME=0.0.11
3
4
POM_ARTIFACT_ID=kotlin-flow-extensions
5
POM_NAME=Kotlin Flow Extensions
0 commit comments