From 45cd607764f5170c65ae96f2f8e98d98ab04e2b6 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Mon, 3 Jun 2024 14:33:24 +0800 Subject: [PATCH] Bump version to 0.1.0-SNAPSHOT --- gradle.properties | 2 +- .../plugin/components/ViewComponentsGrailsPlugin.groovy | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d614a81..6c5680c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=0.0.2-SNAPSHOT +projectVersion=0.1.0-SNAPSHOT graceVersion=2022.2.0 groovyVersion=3.0.16 org.gradle.daemon=true diff --git a/src/main/groovy/org/graceframework/plugin/components/ViewComponentsGrailsPlugin.groovy b/src/main/groovy/org/graceframework/plugin/components/ViewComponentsGrailsPlugin.groovy index 896e90b..bf4821f 100644 --- a/src/main/groovy/org/graceframework/plugin/components/ViewComponentsGrailsPlugin.groovy +++ b/src/main/groovy/org/graceframework/plugin/components/ViewComponentsGrailsPlugin.groovy @@ -6,6 +6,7 @@ import org.graceframework.plugin.components.taglib.ComponentTagLib class ViewComponentsGrailsPlugin extends Plugin { + def version = '0.1.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