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 48c58e0 commit ff2e872Copy full SHA for ff2e872
README.md
@@ -9,7 +9,7 @@ Prototype Java 9 library based on the asynchronous enumerable concept (where mov
9
### Gradle
10
11
```groovy
12
-compile "com.github.akarnokd:async-enumerable:0.4.0"
+compile "com.github.akarnokd:async-enumerable:0.5.0"
13
```
14
15
### Getting started
gradle.properties
@@ -1,3 +1,3 @@
1
-version=0.4.0
+version=0.5.0
2
org.gradle.jvmargs=-XX:+IgnoreUnrecognizedVMOptions --permit-illegal-access --show-version
3
0 commit comments