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 727d2cd commit 8aea642Copy full SHA for 8aea642
README.md
@@ -199,15 +199,15 @@ You can depend on the library through Maven:
199
<dependency>
200
<groupId>com.github.pwittchen</groupId>
201
<artifactId>reactivenetwork</artifactId>
202
- <version>0.6.0</version>
+ <version>0.7.0</version>
203
</dependency>
204
```
205
206
or through Gradle:
207
208
```groovy
209
dependencies {
210
- compile 'com.github.pwittchen:reactivenetwork:0.6.0'
+ compile 'com.github.pwittchen:reactivenetwork:0.7.0'
211
}
212
213
0 commit comments