Skip to content

Commit 0f6b8ca

Browse files
committed
Release v0.2.0
1 parent 035ae57 commit 0f6b8ca

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.2.0-SNAPSHOT
1+
projectVersion=0.2.0
22
graceVersion=2022.2.9
33
graceViewsVersion=5.2.8
44
graceAssetPipelineVersion=5.2.7

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.2.0-SNAPSHOT'
9+
def version = '0.2.0'
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)