Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 3.0.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen authored Sep 24, 2018
1 parent eb14c41 commit 222a995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,15 +479,15 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivenetwork-rx2</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
implementation 'com.github.pwittchen:reactivenetwork-rx2:2.1.0'
implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.0'
}
```

Expand Down

0 comments on commit 222a995

Please sign in to comment.