Skip to content

Commit

Permalink
Correct version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Dec 19, 2017
1 parent f532a67 commit 4c21c6d
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 @@ -16,14 +16,14 @@ Using Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
```

Using Gradle

```
compile 'gr.james:random-sampling:0.1'
compile 'gr.james:random-sampling:0.2'
```

## Examples
Expand Down

0 comments on commit 4c21c6d

Please sign in to comment.