Skip to content

Commit

Permalink
Bump to version 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 22, 2020
1 parent f15f80e commit 073ad90
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.14</version>
<version>0.15</version>
</dependency>
```

Using Gradle

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

## 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.14'
version = '0.15'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 073ad90

Please sign in to comment.