Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tha2015 committed May 1, 2022
1 parent 8846bcb commit 80fd874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Declare this in your `build.gradle`

```groovy
plugins {
id "com.gorylenko.gradle-git-properties" version "2.4.0"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}
```

Expand Down Expand Up @@ -297,7 +297,7 @@ buildscript {
}
}
dependencies {
classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.0") {
classpath ("com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1") {
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit' // remove plugin's jgit dependency
}
classpath 'org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r' // use the specified jgit dependency
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ components.java.withVariantsFromConfiguration(configurations.runtimeElements) {
skip()
}

version = "2.4.0"
version = "2.4.1"
group = "com.gorylenko.gradle-git-properties"

gitProperties {
Expand Down

0 comments on commit 80fd874

Please sign in to comment.