Skip to content

Commit ff2e872

Browse files
committed
Release 0.5.0
1 parent 48c58e0 commit ff2e872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Prototype Java 9 library based on the asynchronous enumerable concept (where mov
99
### Gradle
1010

1111
```groovy
12-
compile "com.github.akarnokd:async-enumerable:0.4.0"
12+
compile "com.github.akarnokd:async-enumerable:0.5.0"
1313
```
1414

1515
### Getting started

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.4.0
1+
version=0.5.0
22
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version
33

0 commit comments

Comments
 (0)