Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Apr 20, 2020
1 parent d6f802b commit ae8224f
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.4"
implementation "com.github.akarnokd:kotlin-flow-extensions:0.0.5"
}
```

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.4
VERSION_NAME=0.0.5

POM_ARTIFACT_ID=kotlin-flow-extensions
POM_NAME=Kotlin Flow Extensions
Expand Down

0 comments on commit ae8224f

Please sign in to comment.