1 parent e5ed504 commit 51f4abdCopy full SHA for 51f4abd
2 files changed
README.md
@@ -28,15 +28,15 @@ Using Maven
28
<dependency>
29
<groupId>gr.james</groupId>
30
<artifactId>random-sampling</artifactId>
31
- <version>0.18</version>
+ <version>0.19</version>
32
</dependency>
33
```
34
35
Using Gradle
36
37
```gradle
38
-implementation 'gr.james:random-sampling:0.18' // Runtime
39
-api 'gr.james:random-sampling:0.18' // Public API
+implementation 'gr.james:random-sampling:0.19' // Runtime
+api 'gr.james:random-sampling:0.19' // Public API
40
41
42
## Examples
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'gr.james'
8
-version = '0.18'
+version = '0.19'
9
10
repositories {
11
mavenCentral()
0 commit comments