From 397078b3e2106016b8b32f396045c5c8d083ed2a Mon Sep 17 00:00:00 2001 From: Prominence Date: Sun, 21 Aug 2016 17:21:23 +0300 Subject: [PATCH] Preparing to release 1.0.0 --- TranslationsGrailsPlugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TranslationsGrailsPlugin.groovy b/TranslationsGrailsPlugin.groovy index 0999032..5f21ac9 100644 --- a/TranslationsGrailsPlugin.groovy +++ b/TranslationsGrailsPlugin.groovy @@ -1,8 +1,8 @@ class TranslationsGrailsPlugin { // the plugin version - def version = "0.1" + def version = "1.0.0" // the version or versions of Grails the plugin is designed for - def grailsVersion = "2.4 > *" + def grailsVersion = "2.3 > *" // resources that are excluded from plugin packaging def pluginExcludes = [ "grails-app/views/error.gsp"