Skip to content

Commit

Permalink
Increment version for asset-pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Feb 11, 2014
1 parent 9fbe464 commit dd7a1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JqueryGrailsPlugin.groovy
Expand Up @@ -23,7 +23,7 @@ import org.codehaus.groovy.grails.plugins.web.taglib.JavascriptTagLib
class JqueryGrailsPlugin {
// Only change the point release. Edit o.c.g.g.o.j.JQueryConfig.SHIPPED_VERSION when changing jQuery resource version
// This should match JQueryConfig.SHIPPED_VERSION but must be a literal here due to how AstPluginDescriptorReader parses this file
def version = "1.11.0"
def version = "1.11.0.1"

static SHIPPED_SRC_DIR = 'jquery'

Expand Down

0 comments on commit dd7a1e2

Please sign in to comment.