Skip to content

Commit

Permalink
bumped version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Nov 16, 2010
1 parent 97e9346 commit 37e4634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZkGrailsPlugin.groovy
Expand Up @@ -7,9 +7,9 @@ import grails.util.*

class ZkGrailsPlugin {
// the plugin version
def version = "1.0"
def version = "1.0.1"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.1 > *"
def grailsVersion = "1.2 > *"
// the other plugins this plugin depends on
def dependsOn = [:]

Expand Down

0 comments on commit 37e4634

Please sign in to comment.