Skip to content

Commit 51f4abd

Browse files
committed
Bump version to 0.19
1 parent e5ed504 commit 51f4abd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Using Maven
2828
<dependency>
2929
<groupId>gr.james</groupId>
3030
<artifactId>random-sampling</artifactId>
31-
<version>0.18</version>
31+
<version>0.19</version>
3232
</dependency>
3333
```
3434

3535
Using Gradle
3636

3737
```gradle
38-
implementation 'gr.james:random-sampling:0.18' // Runtime
39-
api 'gr.james:random-sampling:0.18' // Public API
38+
implementation 'gr.james:random-sampling:0.19' // Runtime
39+
api 'gr.james:random-sampling:0.19' // Public API
4040
```
4141

4242
## Examples

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'gr.james'
8-
version = '0.18'
8+
version = '0.19'
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)