diff --git a/gradle.properties b/gradle.properties index e4eeec3..43006b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=0.2.0-SNAPSHOT +projectVersion=0.3.0-SNAPSHOT graceVersion=2020.0.0 groovyVersion=3.0.11 org.gradle.daemon=true diff --git a/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy b/src/main/groovy/org/graceframework/plugins/unpoly/UnpolyGrailsPlugin.groovy index cb5793e..3826212 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.2.0' + def version = '0.3.0-SNAPSHOT' def grailsVersion = "3.0.0 > *" def dependsOn = [controllers: grailsVersion] def observe = ['controllers']