Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 0.6.0 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Wittchen authored Apr 3, 2017
1 parent c6565d8 commit 3ab41e5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,23 @@ reactiveBeacons.observe()
Download
--------

Not available yet. Stay tuned.
You can depend on the library through Maven:

```xml
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>reactivebeacons-rx2</artifactId>
<version>0.6.0</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:reactivebeacons-rx2:0.6.0'
}
```

Tests
-----
Expand Down

0 comments on commit 3ab41e5

Please sign in to comment.