Skip to content

Commit

Permalink
Bump version to 0.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Aug 10, 2024
1 parent 9ba1b4f commit 71c9aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.2.0-SNAPSHOT
projectVersion=0.3.0-SNAPSHOT
graceVersion=2022.2.6
groovyVersion=3.0.21
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import grails.plugins.descriptors.WebSectionModuleDescriptor
class AdminConsoleGrailsPlugin extends DynamicPlugin {

// the version or versions of Grails the plugin is designed for
def version = '0.3.0-SNAPSHOT'
def grailsVersion = "2022.1.0 > *"
// def dependsOn = [dynamicModules: '*']
def loadAfter = ['dynamicModules', 'urlMappings']
Expand Down

0 comments on commit 71c9aa1

Please sign in to comment.