diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-23 14:01:03 -0500 |
commit | 8fdfea5fe9f6804840bd98396c1b3992360369a4 (patch) | |
tree | 5b120316da9f4135bc5382c9fd5e078ac0307087 /build | |
parent | fac8e517d7ea4c65bad21a65ad59eef1e4379efb (diff) | |
download | jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.tar.gz jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.zip |
Build: Upgrade to jQuery 1.11.2
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 860145bc9..5f872e901 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,6 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", + "1.11": "1.11.0 1.11.1 1.11.2", "1.10": "1.10.0 1.10.1 1.10.2", "1.9": "1.9.0 1.9.1", "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", |