Skip to content

Commit

Permalink
Update README for release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noheltcj committed Apr 14, 2019
1 parent 71d2f73 commit 2161e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ There are several places requiring imports to utilize this library.

### Common Module
```groovy
implementation "com.noheltcj:rx-common:0.5.1"
implementation "com.noheltcj:rx-common:0.5.2"
```

### JVM Module
```groovy
implementation "com.noheltcj:rx-common-jvm:0.5.1"
implementation "com.noheltcj:rx-common-jvm:0.5.2"
```

### JavaScript Module
```groovy
implementation "com.noheltcj:rx-common-js:0.5.1"
implementation "com.noheltcj:rx-common-js:0.5.2"
```

### Native Module
Expand Down

0 comments on commit 2161e56

Please sign in to comment.