Skip to content

Commit

Permalink
Bump version to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Aug 25, 2022
1 parent 6e76edd commit 7dc5910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Using Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>random-sampling</artifactId>
<version>0.21</version>
<version>0.22</version>
</dependency>
```

Using Gradle

```gradle
implementation 'gr.james:random-sampling:0.21' // Runtime
api 'gr.james:random-sampling:0.21' // Public API
implementation 'gr.james:random-sampling:0.22' // Runtime
api 'gr.james:random-sampling:0.22' // 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.21'
version = '0.22'

repositories {
mavenCentral()
Expand Down

0 comments on commit 7dc5910

Please sign in to comment.