diff --git a/README.md b/README.md index 3536c3fb..70d22656 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Maven: com.lesfurets jenkins-pipeline-unit - 0.10 + 0.11 test ``` @@ -29,7 +29,7 @@ Maven: Gradle: ```groovy -testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.10' +testCompile group:'com.lesfurets', name:'jenkins-pipeline-unit', version:'0.11' ``` ### Start writing tests diff --git a/build.gradle b/build.gradle index 3edbe18e..ebe072a1 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { group = "com.lesfurets" archivesBaseName = "jenkins-pipeline-unit" -version = "0.11-SNAPSHOT" +version = "0.11" dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.6'