File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
stimulus/src/main/groovy/org/graceframework/plugins/stimulus
turbo/src/main/groovy/org/graceframework/plugins/turbo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- projectVersion =0.2.0-SNAPSHOT
1+ projectVersion =0.2.0
22graceVersion =2022.2.4
33groovyVersion =3.0.17
44org.gradle.daemon =true
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import grails.plugins.*
1919
2020class StimulusGrailsPlugin extends Plugin {
2121
22- def version = ' 0.2.0-SNAPSHOT '
22+ def version = ' 0.2.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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import grails.plugins.*
1919
2020class TurboGrailsPlugin extends Plugin {
2121
22- def version = ' 0.2.0-SNAPSHOT '
22+ def version = ' 0.2.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
You can’t perform that action at this time.
0 commit comments