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"