From 29835862e22430624bb57d4fb3ad3ff35e507981 Mon Sep 17 00:00:00 2001 From: Sudhir Nimavat Date: Sun, 4 Aug 2013 21:45:05 +0530 Subject: [PATCH] updated plugin version to 0.5.1 --- NimbleGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NimbleGrailsPlugin.groovy b/NimbleGrailsPlugin.groovy index 8644f4d..edc8ab6 100644 --- a/NimbleGrailsPlugin.groovy +++ b/NimbleGrailsPlugin.groovy @@ -7,7 +7,7 @@ import org.codehaus.groovy.grails.commons.GrailsApplication import org.springframework.mail.javamail.JavaMailSenderImpl class NimbleGrailsPlugin { - def version = "0.5" + def version = "0.5.1" def grailsVersion = "2.0.1 > *" def title = "Nimble"