diff --git a/README.md b/README.md index b592d84..fcd0376 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The plugin makes use of default artifact cache, downloading each dependency only ```groovy // for Gradle 2.1+ plugins { - id 'com.github.jk1.tcdeps' version '0.6' + id 'com.github.jk1.tcdeps' version '0.7' } // for Gradle 2.0 and below diff --git a/build.gradle b/build.gradle index aea7927..15a0689 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven' group = 'com.github.jk1' description = 'TeamCity dependencies plugin resolves project dependencies via local TeamCity server' -version = '0.6' +version = '0.7' repositories { mavenCentral()