From e3a9a4ef4aea1d698b77873aa42cc900ea962ada Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Sun, 23 Jun 2024 23:01:46 +0800 Subject: [PATCH] Release v0.7.0 --- gradle.properties | 2 +- .../org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 606fa5e..199e6a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=0.7.0-SNAPSHOT +projectVersion=0.7.0 graceVersion=2022.2.6 groovyVersion=3.0.21 org.gradle.daemon=true diff --git a/plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy b/plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy index 022b519..bfbbaf2 100644 --- a/plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy +++ b/plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy @@ -26,7 +26,7 @@ import grails.util.GrailsUtil */ class HtmxGrailsPlugin extends Plugin { - def version = '0.7.0-SNAPSHOT' + def version = '0.7.0' def grailsVersion = GrailsUtil.getGrailsVersion() def dependsOn = [controllers: grailsVersion] def observe = ['controllers']