From 91e6512658a90b8250c28ee76c908458cda54a5f Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Sun, 8 Mar 2015 23:54:14 +0100 Subject: [PATCH] Release version: 0.5.1 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a18ca79..c548e79 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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.5.0" + classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.1" } }