diff --git a/README.md b/README.md index cae1f0a..9ccba52 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.5.1' ) + @Grab( 'com.bloidonia:groovy-common-extensions:0.5.2' ) and the following methods will be available to you: diff --git a/build.gradle b/build.gradle index f9cc820..d4a4b2d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'signing' sourceCompatibility=1.6 targetCompatibility=1.6 -version = '0.5.1' +version = '0.5.2' repositories { mavenCentral()