Skip to content

Commit 82f6189

Browse files
committed
Release v0.3.0
1 parent d06e414 commit 82f6189

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.0-SNAPSHOT
1+
projectVersion=0.3.0
22
graceVersion=2022.2.4
33
groovyVersion=3.0.17
44
org.gradle.daemon=true

plugins/stimulus/src/main/groovy/org/graceframework/plugins/stimulus/StimulusGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import grails.plugins.*
1919

2020
class StimulusGrailsPlugin extends Plugin {
2121

22-
def version = '0.3.0-SNAPSHOT'
22+
def version = '0.3.0'
2323
// the version or versions of Grails the plugin is designed for
2424
def grailsVersion = "3.0.0 > *"
2525
// resources that are excluded from plugin packaging

plugins/turbo/src/main/groovy/org/graceframework/plugins/turbo/TurboGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import grails.plugins.*
1919

2020
class TurboGrailsPlugin extends Plugin {
2121

22-
def version = '0.3.0-SNAPSHOT'
22+
def version = '0.3.0'
2323
// the version or versions of Grails the plugin is designed for
2424
def grailsVersion = "3.0.0 > *"
2525
// resources that are excluded from plugin packaging

0 commit comments

Comments
 (0)