WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JqueryValidationUiGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class JqueryValidationUiGrailsPlugin {
// the plugin version
def version = "1.4.9"
def version = "1.5.6"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "1.2.2 > *"
// the other plugins this plugin depends on
Expand Down
4 changes: 2 additions & 2 deletions application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Grails Metadata file
#Mon Nov 04 21:33:22 SGT 2013
app.grails.version=2.3.1
#Tue Jun 10 11:33:49 CDT 2014
app.grails.version=2.5.0
app.name=jquery-validation-ui
app.servlet.version=2.5
Loading