Skip to content

Commit

Permalink
Updated plugin version to 2.2.1 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 authored Feb 9, 2020
1 parent d9575c3 commit 1374a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 1374a35

Please sign in to comment.