From 80fd874532d027bc74e5b2e7acea3b1abfd3d577 Mon Sep 17 00:00:00 2001 From: Thai H Date: Sat, 30 Apr 2022 20:54:20 -0500 Subject: [PATCH] Bump version to 2.4.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 572a79b..05b6656 100644 --- a/README.md +++ b/README.md @@ -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" } ``` @@ -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 diff --git a/build.gradle b/build.gradle index 84843d6..ce8c32a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {