Skip to content

Commit

Permalink
Release v1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Aug 22, 2024
1 parent 2cfce9b commit ec3cc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=1.0.0-SNAPSHOT
projectVersion=1.0.0-M1
graceVersion=2023.0.0
groovyVersion=4.0.22
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import grails.util.GrailsUtil

class DynamicModulesGrailsPlugin extends Plugin {

def version = '1.0.0-SNAPSHOT'
def version = '1.0.0-M1'
def grailsVersion = "2023.0.0 > *"
def title = 'Grace Dynamic Modules Plugin'
def author = 'Michael Yan'
Expand Down

0 comments on commit ec3cc67

Please sign in to comment.