Skip to content

Commit

Permalink
Bump version to 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 12, 2024
1 parent 55cf4fe commit b5602a1
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.6.0-SNAPSHOT
projectVersion=0.7.0-SNAPSHOT
graceVersion=2022.2.4
groovyVersion=3.0.17
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.6.0-SNAPSHOT'
def version = '0.7.0-SNAPSHOT'
def grailsVersion = GrailsUtil.getGrailsVersion()
def dependsOn = [controllers: grailsVersion]
def observe = ['controllers']
Expand Down

0 comments on commit b5602a1

Please sign in to comment.