Skip to content

Commit 5730918

Browse files
committed
Release v0.6.0
1 parent 55cf4fe commit 5730918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.6.0-SNAPSHOT
1+
projectVersion=0.6.0
22
graceVersion=2022.2.4
33
groovyVersion=3.0.17
44
org.gradle.daemon=true

plugin/src/main/groovy/org/graceframework/plugins/htmx/HtmxGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import grails.util.GrailsUtil
2626
*/
2727
class HtmxGrailsPlugin extends Plugin {
2828

29-
def version = '0.6.0-SNAPSHOT'
29+
def version = '0.6.0'
3030
def grailsVersion = GrailsUtil.getGrailsVersion()
3131
def dependsOn = [controllers: grailsVersion]
3232
def observe = ['controllers']

0 commit comments

Comments
 (0)