diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
commit | ae25cdb6881cef632d42100a5237850cae1c3a77 (patch) | |
tree | 54ba8ad3cc57dab702ace7e4f0b3ed48025316be /build | |
parent | e1751383f17118d250a8ef576f3663de6ea76f36 (diff) | |
download | jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.tar.gz jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.zip |
Build: Upgrade to jQuery 1.11.3
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 3d7f4e4d0..4df4782f0 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,7 +4,7 @@ module.exports = function( grunt ) { var versions = { "compat-git": "compat-git", - "1.11": "1.11.0 1.11.1 1.11.2", + "1.11": "1.11.0 1.11.1 1.11.2 1.11.3", "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", |