Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 15, 2024
1 parent d06e414 commit 82f6189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.3.0-SNAPSHOT
projectVersion=0.3.0
graceVersion=2022.2.4
groovyVersion=3.0.17
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import grails.plugins.*

class StimulusGrailsPlugin extends Plugin {

def version = '0.3.0-SNAPSHOT'
def version = '0.3.0'
// the version or versions of Grails the plugin is designed for
def grailsVersion = "3.0.0 > *"
// resources that are excluded from plugin packaging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import grails.plugins.*

class TurboGrailsPlugin extends Plugin {

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

0 comments on commit 82f6189

Please sign in to comment.