Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 10, 2024
1 parent 2e804ee commit e3f753a
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.1.0-SNAPSHOT
projectVersion=0.1.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.1.0-SNAPSHOT'
def version = '0.1.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.1.0-SNAPSHOT'
def version = '0.1.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 e3f753a

Please sign in to comment.