Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 11, 2021
1 parent cfdd0e0 commit 8bd8b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8bd8b31

Please sign in to comment.