From 92ce28cfced1837ae9097b8cfd1415cfc5fc3fe7 Mon Sep 17 00:00:00 2001 From: Javier Molina Date: Thu, 10 Aug 2017 17:30:42 +1000 Subject: [PATCH] - Preparing release. Java 8, Grails 2.5.6, Asset Pipeline and ALA Auth 2.x compatible --- ImagesClientPluginGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImagesClientPluginGrailsPlugin.groovy b/ImagesClientPluginGrailsPlugin.groovy index 23463b3..5c1df47 100644 --- a/ImagesClientPluginGrailsPlugin.groovy +++ b/ImagesClientPluginGrailsPlugin.groovy @@ -1,6 +1,6 @@ class ImagesClientPluginGrailsPlugin { // the plugin version - def version = "0.7.10-SHAPSHOT" + def version = "0.8" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.2 > *" // resources that are excluded from plugin packaging