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 JqueryGrailsPlugin.groovy
Original file line number Diff line number Diff line change
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.1-SNAPSHOT"
def version = "3.2.1"

static SHIPPED_SRC_DIR = 'jquery'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class JQueryConfig implements GrailsApplicationAware {
def defaultPlugins
def plugins = [:]

static SHIPPED_VERSION = '1.11.1'
static SHIPPED_VERSION = '3.2.1'
GrailsApplication grailsApplication

def init() {
Expand Down
Loading