From ca50013249d2acefaacc01a590d4b2c713d92070 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 10 Jun 2014 21:19:21 -0400 Subject: [PATCH] Set the version to 1.0.6 --- MailGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MailGrailsPlugin.groovy b/MailGrailsPlugin.groovy index b4ab6d5..02aac58 100644 --- a/MailGrailsPlugin.groovy +++ b/MailGrailsPlugin.groovy @@ -20,7 +20,7 @@ import org.springframework.mail.javamail.JavaMailSenderImpl import grails.plugin.mail.* class MailGrailsPlugin { - def version = "1.0.6-SNAPSHOT" + def version = "1.0.6" def grailsVersion = "1.3 > *" def author = "Grails Plugin Collective"