Skip to content

Commit

Permalink
Bump to version 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Nov 28, 2019
1 parent 72910fa commit 7300929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Using Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.13</version>
<version>0.14</version>
</dependency>
```

Using Gradle

```
compile 'gr.james:random-sampling:0.13'
compile 'gr.james:random-sampling:0.14'
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'gr.james'
version = '0.13'
version = '0.14'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 7300929

Please sign in to comment.