From 79c9c05ee3f42358e3d909b880fb5e81bc7a5ed1 Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Tue, 9 Jun 2015 22:01:49 +0200 Subject: [PATCH] Release version: 0.5.2 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19d7a32..5863685 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.5.1" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.2" } }