From 0ec31b99e6caf405f5e19f61266e9ebd6685496c Mon Sep 17 00:00:00 2001 From: Dave Martin Date: Thu, 28 May 2015 13:13:52 +0100 Subject: [PATCH] 0.5 release --- ImagesClientPluginGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImagesClientPluginGrailsPlugin.groovy b/ImagesClientPluginGrailsPlugin.groovy index 292fa96..4a6d447 100644 --- a/ImagesClientPluginGrailsPlugin.groovy +++ b/ImagesClientPluginGrailsPlugin.groovy @@ -1,6 +1,6 @@ class ImagesClientPluginGrailsPlugin { // the plugin version - def version = "0.5-SNAPSHOT" + def version = "0.5" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.2 > *" // resources that are excluded from plugin packaging