From 5d5de360fc13206e8f8eb60dae752237f29ee90d Mon Sep 17 00:00:00 2001 From: Tim Yates Date: Tue, 27 Aug 2013 20:12:54 +0100 Subject: [PATCH] Up to v0.5.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 776a761..4186ca8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Obviously requires at least Groovy 2.0.5 (so that the extension system exists) Usage: - @Grab( 'com.bloidonia:groovy-common-extensions:0.4.1' ) + @Grab( 'com.bloidonia:groovy-common-extensions:0.5.1' ) and the following methods will be available to you: diff --git a/build.gradle b/build.gradle index 26d0e68..f9cc820 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'signing' sourceCompatibility=1.6 targetCompatibility=1.6 -version = '0.5' +version = '0.5.1' repositories { mavenCentral()