Skip to content

Commit

Permalink
Bump version to 0.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 3, 2024
1 parent f9042ad commit 45cd607
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.0.2-SNAPSHOT
projectVersion=0.1.0-SNAPSHOT
graceVersion=2022.2.0
groovyVersion=3.0.16
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import org.graceframework.plugin.components.taglib.ComponentTagLib

class ViewComponentsGrailsPlugin extends Plugin {

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

0 comments on commit 45cd607

Please sign in to comment.