diff --git a/README.md b/README.md index 9b900f52..0c504f98 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Maven: com.lesfurets jenkins-pipeline-unit - 0.11 + 0.12 test ``` @@ -29,7 +29,7 @@ Maven: Gradle: ```groovy -testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.11' +testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.12' ``` ### Start writing tests diff --git a/build.gradle b/build.gradle index 3eccb260..aab08ec7 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { group = "com.lesfurets" archivesBaseName = "jenkins-pipeline-unit" -version = "0.12-SNAPSHOT" +version = "0.12" dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.6'