From b2e06a4a1905e6d4c62cc2ed9a81f223ad9450f5 Mon Sep 17 00:00:00 2001 From: Giorgos Stamatelatos Date: Thu, 1 Jul 2021 12:20:06 +0300 Subject: [PATCH] Bump version to 0.17 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a75b35..6498777 100644 --- a/README.md +++ b/README.md @@ -28,15 +28,15 @@ Using Maven gr.james random-sampling - 0.16 + 0.17 ``` Using Gradle ```gradle -implementation 'gr.james:random-sampling:0.16' // Runtime -api 'gr.james:random-sampling:0.16' // Public API +implementation 'gr.james:random-sampling:0.17' // Runtime +api 'gr.james:random-sampling:0.17' // Public API ``` ## Examples diff --git a/build.gradle b/build.gradle index 01ad266..863bcb0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'gr.james' -version = '0.16' +version = '0.17' sourceCompatibility = 1.8