diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 21:41:47 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-20 21:41:47 -0400 |
commit | a638acb5830b2130765132a5699149152ddd15b2 (patch) | |
tree | 1c6ac3a143e64a6ab9723cc8b1e3824a40a07461 /build | |
parent | a14cf74c167b17db26d4bfdee28afce82e387d98 (diff) | |
download | jquery-ui-a638acb5830b2130765132a5699149152ddd15b2.tar.gz jquery-ui-a638acb5830b2130765132a5699149152ddd15b2.zip |
Upgrade jQuery to 1.8.2.
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 46f152e7f..b42f9cd61 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -3,7 +3,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", - "1.8": "1.8.0", + "1.8": "1.8.0 1.8.1 1.8.2", "1.7": "1.7 1.7.1 1.7.2", "1.6": "1.6 1.6.1 1.6.2 1.6.3 1.6.4" }, |