Skip to content

Commit

Permalink
Bump version to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 7, 2021
1 parent 14f021e commit d9775bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Using Maven
```xml
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.17</version>
<artifactId>random-sampling</artifactId>
<version>0.18</version>
</dependency>
```

Using Gradle

```gradle
implementation 'gr.james:random-sampling:0.17' // Runtime
api 'gr.james:random-sampling:0.17' // Public API
implementation 'gr.james:random-sampling:0.18' // Runtime
api 'gr.james:random-sampling:0.18' // Public API
```

## 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.17'
version = '0.18'

sourceCompatibility = 1.8

Expand Down

0 comments on commit d9775bd

Please sign in to comment.