We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a372ba5 commit 551c66cCopy full SHA for 551c66c
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.8.0-SNAPSHOT
+projectVersion=0.8.0
2
graceVersion=2022.2.6
3
groovyVersion=3.0.21
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.8.0-SNAPSHOT'
+ def version = '0.8.0'
30
def grailsVersion = GrailsUtil.getGrailsVersion()
31
def dependsOn = [controllers: grailsVersion]
32
def observe = ['controllers']
0 commit comments