We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20b34 commit 1c3af35Copy full SHA for 1c3af35
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.2.0-SNAPSHOT
+projectVersion=0.3.0-SNAPSHOT
2
graceVersion=2020.0.0
3
groovyVersion=3.0.11
4
org.gradle.daemon=true
src/main/groovy/org/graceframework/plugins/inertia/InertiaGrailsPlugin.groovy
@@ -26,7 +26,7 @@ import grails.util.GrailsUtil
26
*/
27
class InertiaGrailsPlugin extends Plugin {
28
29
- def version = '0.1.0'
+ def version = '0.3.0-SNAPSHOT'
30
def grailsVersion = "3.0.0 > *"
31
def dependsOn = [controllers: grailsVersion]
32
def observe = ['controllers']
0 commit comments