diff options
author | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
---|---|---|
committer | Bruno M. Custódio <bruno@brunomcustodio.com> | 2013-02-05 13:47:59 +0000 |
commit | b440979ba6f0b6299dc2cb9c60939d1b7998fd5e (patch) | |
tree | bc57e813b5a777a2e2de77f9a1b055ed17ef40ba /build | |
parent | a129a93a4d3a76e646423b6238459a12c80e22b0 (diff) | |
download | jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.tar.gz jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.zip |
Updating 'jQuery' to 1.9.1.
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 f02c13138..3361b7fa9 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,7 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", - "1.9": "1.9.0", + "1.9": "1.9.0 1.9.1", "1.8": "1.8.0 1.8.1 1.8.2 1.8.3", "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" |