diff --git a/gradle.properties b/gradle.properties index f4bd088..1f5c870 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=0.1.0-SNAPSHOT +projectVersion=0.2.0-SNAPSHOT graceVersion=2022.2.4 groovyVersion=3.0.17 org.gradle.daemon=true diff --git a/plugin/src/main/groovy/org/graceframework/views/plugin/ViewComponentsGrailsPlugin.groovy b/plugin/src/main/groovy/org/graceframework/views/plugin/ViewComponentsGrailsPlugin.groovy index 90acc10..1f12109 100644 --- a/plugin/src/main/groovy/org/graceframework/views/plugin/ViewComponentsGrailsPlugin.groovy +++ b/plugin/src/main/groovy/org/graceframework/views/plugin/ViewComponentsGrailsPlugin.groovy @@ -6,7 +6,7 @@ import org.graceframework.views.components.taglib.ComponentTagLib class ViewComponentsGrailsPlugin extends Plugin { - def version = '0.1.0-SNAPSHOT' + def version = '0.2.0-SNAPSHOT' // the version or versions of Grails the plugin is designed for def grailsVersion = "2022.0.0 > *" // resources that are excluded from plugin packaging