We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cf4fe commit 5730918Copy full SHA for 5730918
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.6.0-SNAPSHOT
+projectVersion=0.6.0
2
graceVersion=2022.2.4
3
groovyVersion=3.0.17
4
org.gradle.daemon=true
plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy
@@ -26,7 +26,7 @@ import grails.util.GrailsUtil
26
*/
27
class HtmxGrailsPlugin extends Plugin {
28
29
- def version = '0.6.0-SNAPSHOT'
+ def version = '0.6.0'
30
def grailsVersion = GrailsUtil.getGrailsVersion()
31
def dependsOn = [controllers: grailsVersion]
32
def observe = ['controllers']
0 commit comments