diff --git a/README.md b/README.md index dc646cd..1e74936 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Declare this in your `build.gradle` ```groovy plugins { - id "com.gorylenko.gradle-git-properties" version "2.2.0" + id "com.gorylenko.gradle-git-properties" version "2.2.1" } ``` diff --git a/build.gradle b/build.gradle index 895fa3c..69e6cd4 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.gradle.publish:plugin-publish-plugin:0.9.9" - classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.0.0" + classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.0" } } @@ -44,7 +44,7 @@ dependencies { testCompile 'junit:junit:4.12' } -version = "2.2.0" +version = "2.2.1" group = "com.gorylenko.gradle-git-properties" gitProperties {