Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 21, 2024
1 parent ea255f9 commit ae17c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.2.0-SNAPSHOT
projectVersion=0.2.0
graceVersion=2020.0.0
groovyVersion=3.0.11
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import grails.util.GrailsUtil
*/
class InertiaGrailsPlugin extends Plugin {

def version = '0.1.0'
def version = '0.2.0'
def grailsVersion = "3.0.0 > *"
def dependsOn = [controllers: grailsVersion]
def observe = ['controllers']
Expand Down

0 comments on commit ae17c3a

Please sign in to comment.