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 aed6739 commit dcf78d1Copy full SHA for dcf78d1
README.md
@@ -210,15 +210,15 @@ You can depend on the library through Maven:
210
<dependency>
211
<groupId>com.github.pwittchen</groupId>
212
<artifactId>reactivenetwork</artifactId>
213
- <version>0.8.0</version>
+ <version>0.9.0</version>
214
</dependency>
215
```
216
217
or through Gradle:
218
219
```groovy
220
dependencies {
221
- compile 'com.github.pwittchen:reactivenetwork:0.8.0'
+ compile 'com.github.pwittchen:reactivenetwork:0.9.0'
222
}
223
224
0 commit comments