diff --git a/README.md b/README.md index 7bda8f2..ca1a934 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.2.1' +testImplementation 'com.tngtech.valueprovider:value-provider-core:1.2.2' // infrastructure // for JUnit 5 -testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.2.1' +testImplementation 'com.tngtech.valueprovider:value-provider-junit5:1.2.2' // alternatively, for JUnit 4 -testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.1' +testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.2' ``` ### Maven @@ -48,7 +48,7 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.1' com.tngtech.valueprovider value-provider-core - 1.2.1 + 1.2.2 test @@ -57,14 +57,14 @@ testImplementation 'com.tngtech.valueprovider:value-provider-junit4:1.2.1' com.tngtech.valueprovider value-provider-junit5 - 1.2.1 + 1.2.2 test com.tngtech.valueprovider value-provider-junit4 - 1.2.1 + 1.2.2 test diff --git a/build.gradle b/build.gradle index bef11c2..62472a7 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ ext { allprojects { group = 'com.tngtech.valueprovider' - version = '1.2.2-SNAPSHOT' + version = '1.2.2' repositories { mavenCentral()