Skip to content

Commit

Permalink
Bump version to 0.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 11, 2024
1 parent 17f5778 commit 5405bb7
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.5.0-SNAPSHOT
projectVersion=0.6.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.5.0-SNAPSHOT'
def version = '0.6.0-SNAPSHOT'
def grailsVersion = GrailsUtil.getGrailsVersion()
def dependsOn = [controllers: grailsVersion]
def observe = ['controllers']
Expand Down

0 comments on commit 5405bb7

Please sign in to comment.