Skip to content

Commit

Permalink
Make plugin available for 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescookie committed Nov 4, 2012
1 parent 7136057 commit 558360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InflectorGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class InflectorGrailsPlugin {
// the plugin version
def version = "0.1"
def version = "0.2"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.0 > *"
def grailsVersion = "1.3.7 > *"
// the other plugins this plugin depends on
def dependsOn = [:]
// resources that are excluded from plugin packaging
Expand Down

0 comments on commit 558360a

Please sign in to comment.