Preparing to release 1.0.0

This commit is contained in:
Prominence 2016-08-21 17:21:23 +03:00
parent 9a11042447
commit 397078b3e2

View File

@ -1,8 +1,8 @@
class TranslationsGrailsPlugin { class TranslationsGrailsPlugin {
// the plugin version // the plugin version
def version = "0.1" def version = "1.0.0"
// the version or versions of Grails the plugin is designed for // 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 // resources that are excluded from plugin packaging
def pluginExcludes = [ def pluginExcludes = [
"grails-app/views/error.gsp" "grails-app/views/error.gsp"