Skip to content

Commit b34197e

Browse files
committed
Bump version to 0.2.0-SNAPSHOT
1 parent a56dad2 commit b34197e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.1.0-SNAPSHOT
1+
projectVersion=0.2.0-SNAPSHOT
22
graceVersion=2022.2.4
33
groovyVersion=3.0.17
44
org.gradle.daemon=true

plugin/src/main/groovy/org/graceframework/views/plugin/ViewComponentsGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.graceframework.views.components.taglib.ComponentTagLib
66

77
class ViewComponentsGrailsPlugin extends Plugin {
88

9-
def version = '0.1.0-SNAPSHOT'
9+
def version = '0.2.0-SNAPSHOT'
1010
// the version or versions of Grails the plugin is designed for
1111
def grailsVersion = "2022.0.0 > *"
1212
// resources that are excluded from plugin packaging

0 commit comments

Comments
 (0)