diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
commit | 34409e7ddd58b3ccfed8175f7febd896ffea9e82 (patch) | |
tree | bc20a3245dea2cb384c47164cce03963b79fc461 /build | |
parent | 92bcef9305baf6d496d743f16e125d12820140cf (diff) | |
download | jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.tar.gz jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.zip |
Updating to jQuery 1.9.0
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 8e88007bb..cbc502bc3 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,6 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", + "1.9": "1.9.0", "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" |