From 779255e6935af9674dacca43334606ff83ec337d Mon Sep 17 00:00:00 2001 From: Juan Bertinetti Date: Tue, 30 Jul 2019 07:07:09 -0300 Subject: [PATCH] [Gradle Release Plugin] - new version commit: '1.1.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7495c1d..23113a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,5 +8,5 @@ sonatypeURLSnapshot=https\://oss.sonatype.org/content/repositories/snapshots # Deploy release artifacts into the staging repository sonatypeURLRelease=https\://oss.sonatype.org/service/local/staging/deploy/maven2 -version=1.1.0 +version=1.1.1 group=com.github.mdre