From d650c24c86114566aa8ecf9df9cb10cc223f021c Mon Sep 17 00:00:00 2001 From: Prominence Date: Sun, 21 Aug 2016 17:31:25 +0300 Subject: [PATCH] Advancing project to the next snapshot version. --- TranslationsGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TranslationsGrailsPlugin.groovy b/TranslationsGrailsPlugin.groovy index 5f21ac9..7078623 100644 --- a/TranslationsGrailsPlugin.groovy +++ b/TranslationsGrailsPlugin.groovy @@ -1,6 +1,6 @@ class TranslationsGrailsPlugin { // the plugin version - def version = "1.0.0" + def version = "1.0.1-SNAPSHOT" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.3 > *" // resources that are excluded from plugin packaging