From 9125bbfaf5d6942e7e803ee5b01e0de3f6c010f2 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Tue, 7 May 2024 09:26:02 +0800 Subject: [PATCH] Update plugin version --- .../org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy b/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy index 39100b6..cb5793e 100644 --- a/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy +++ b/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy @@ -19,7 +19,7 @@ import grails.plugins.* class UnpolyGrailsPlugin extends Plugin { - def version = '0.0.1' + def version = '0.2.0' def grailsVersion = "3.0.0 > *" def dependsOn = [controllers: grailsVersion] def observe = ['controllers']