From b34197eff6a87781966dd2940cdcefbcf0499d73 Mon Sep 17 00:00:00 2001
From: Michael Yan <rain@rainboyan.com>
Date: Tue, 4 Jun 2024 17:10:52 +0800
Subject: [PATCH] Bump version to 0.2.0-SNAPSHOT

---
 gradle.properties                                               | 2 +-
 .../views/plugin/ViewComponentsGrailsPlugin.groovy              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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