From af2b38dfef9e1a1648e0029b81780b5d016791f8 Mon Sep 17 00:00:00 2001 From: sronderos Date: Sun, 19 Feb 2012 16:11:16 -0600 Subject: [PATCH] prep for 0.8.2 release --- MultiTenantSingleDbGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiTenantSingleDbGrailsPlugin.groovy b/MultiTenantSingleDbGrailsPlugin.groovy index af05c2b..e605cb5 100644 --- a/MultiTenantSingleDbGrailsPlugin.groovy +++ b/MultiTenantSingleDbGrailsPlugin.groovy @@ -2,7 +2,7 @@ import grails.plugin.multitenant.singledb.MtSingleDbPluginSupport class MultiTenantSingleDbGrailsPlugin { - def version = "0.8.2-SNAPSHOT" + def version = "0.8.2" def grailsVersion = "1.3.5 > *" def dependsOn = [:] // does not play well with Maven repositories