Skip to content

Commit

Permalink
GrailsRevolverGrailsPlugin: changed version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bleshik committed Jan 22, 2016
1 parent 87d84c5 commit b46b78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrailsRevolverGrailsPlugin.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class GrailsRevolverGrailsPlugin {
def version = "0.2.1"
def version = "0.3.0"
def grailsVersion = "2.4 > *"
def pluginExcludes = [ "grails-app/views/error.gsp" ]
def title = "Grails Revolver Plugin" // Headline display name of the plugin
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Basically, it tries to minimize impact from Grails minimum-20-sec-startup-time b
#Installation
Add plugin in your BuildConfig.groovy:
```groovy
test ":grails-revolver:0.2.1"
test ":grails-revolver:0.3.0"
```

#Usage
Expand Down

0 comments on commit b46b78b

Please sign in to comment.