From 91edceeb10ba78578b32887ef2110c4459b19af6 Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Mon, 27 Mar 2017 21:41:33 +0200 Subject: [PATCH] Release version: 0.7.0 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d02aab..a8478ea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add gradle-nexus-staging-plugin to the `buildscript` dependencies in your build. //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.6.1" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.7.0" } }