From da370225a3b68e36e43563d42371fb7ad7914134 Mon Sep 17 00:00:00 2001 From: Shashank Agrawal Date: Fri, 6 Oct 2017 20:19:30 +0530 Subject: [PATCH] Released version 0.0.7 --- README.md | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16bab8c..aed2114 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ to the following destinations: 2. To the Amazon S3 storage (can be deleted as well) 3. To the Rackspace cloud storage (coming soon) +## Compatibility + +Grails Version | Supported +--------- | --------- +<= 3.2.11 | >= v0.0.6 +>= 3.3.0 | >= v0.0.7 + ## Installation ### Grails 3 diff --git a/build.gradle b/build.gradle index f797aad..9423070 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } } -version "0.0.6" +version "0.0.7" group "com.wizpanda.plugins" apply plugin:"eclipse"