From cfa2701f0a902d04a00243c5bda7c4ffdf250a8c Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Mon, 2 Mar 2015 00:05:31 +0100 Subject: [PATCH] Release version: 0.5.0 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6becdc9..2424e1f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add gradle-nexus-staging-plugin to the buildscript dependencies in your build.gr //maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { - classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.4.0" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.0" } }