Skip to content

Commit 1c3af35

Browse files
committed
Bump version to 0.3.0-SNAPSHOT
1 parent ff20b34 commit 1c3af35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0-SNAPSHOT
22
graceVersion=2020.0.0
33
groovyVersion=3.0.11
44
org.gradle.daemon=true

src/main/groovy/org/graceframework/plugins/inertia/InertiaGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import grails.util.GrailsUtil
2626
*/
2727
class InertiaGrailsPlugin extends Plugin {
2828

29-
def version = '0.1.0'
29+
def version = '0.3.0-SNAPSHOT'
3030
def grailsVersion = "3.0.0 > *"
3131
def dependsOn = [controllers: grailsVersion]
3232
def observe = ['controllers']

0 commit comments

Comments
 (0)