From 2688ba32990dc05d6be2a5200983ac4d56aaebf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6f?= Date: Sun, 3 Oct 2021 09:22:29 +0200 Subject: [PATCH] Release 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Höf --- README.md | 12 ++++++------ build.gradle | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 718da35..7c741c0 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ value-provider has the following prerequisites: ```groovy // core library -testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.0' +testImplementation 'com.tngtech.valueprovider:value-provider-core:1.0.1' // infrastructure // for JUnit 5 -testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.0' +testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.0.1' // alternatively, for JUnit 4 -testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0' +testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.1' ``` ### Maven @@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0' com.tngtech.valueprovider value-provider-core - 1.0.0 + 1.0.1 test @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.0.0' com.tngtech.valueprovider value-provider-junit5 - 1.0.0 + 1.0.1 test com.tngtech.valueprovider value-provider-junit4 - 1.0.0 + 1.0.1 test diff --git a/build.gradle b/build.gradle index d7dcdb7..54f2d15 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ ext { allprojects { group = 'com.tngtech.valueprovider' - version = '1.0.1-SNAPSHOT' + version = '1.0.1' repositories { mavenCentral()