Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 2, 2018
1 parent 095be15 commit 087ab88
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.8</version>
<version>0.9</version>
</dependency>
```

Using Gradle

```
compile 'gr.james:random-sampling:0.8'
compile 'gr.james:random-sampling:0.9'
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'findbugs'

group = 'gr.james'
version = '0.8'
version = '0.9'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 087ab88

Please sign in to comment.