From 017c33d2ab73fe38eea5ee6d1e9a0023e75fda75 Mon Sep 17 00:00:00 2001 From: literalice Date: Sun, 9 Dec 2012 23:02:08 +0900 Subject: [PATCH] increments the version --- MongodbCompoundIndexAttributesGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MongodbCompoundIndexAttributesGrailsPlugin.groovy b/MongodbCompoundIndexAttributesGrailsPlugin.groovy index 5ca5fb9..09cc685 100644 --- a/MongodbCompoundIndexAttributesGrailsPlugin.groovy +++ b/MongodbCompoundIndexAttributesGrailsPlugin.groovy @@ -1,7 +1,7 @@ @SuppressWarnings("GroovyUnusedDeclaration") class MongodbCompoundIndexAttributesGrailsPlugin { // the plugin version - def version = "0.1" + def version = "1.0" // the version or versions of Grails the plugin is designed for def grailsVersion = "1.3.7 > *"