Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Dec 29, 2017
1 parent 1b0d72c commit e5d998d
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 @@ -16,14 +16,14 @@ Using Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
```

Using Gradle

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

## 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.2'
version = '0.3'

sourceCompatibility = 1.8

Expand Down

0 comments on commit e5d998d

Please sign in to comment.