Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 23, 2024
1 parent d45dd81 commit e3a9a4e
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.7.0-SNAPSHOT
projectVersion=0.7.0
graceVersion=2022.2.6
groovyVersion=3.0.21
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 HtmxGrailsPlugin extends Plugin {

def version = '0.7.0-SNAPSHOT'
def version = '0.7.0'
def grailsVersion = GrailsUtil.getGrailsVersion()
def dependsOn = [controllers: grailsVersion]
def observe = ['controllers']
Expand Down

0 comments on commit e3a9a4e

Please sign in to comment.