diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 17:29:59 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-11-02 12:52:22 -0400 |
commit | 4673c8808b8b08302268de7961d9a772c29af47a (patch) | |
tree | e86b7deca9521a18498a26612c90b8178c0c3c8e /build/tasks/testswarm.js | |
parent | 622a129a4df9aa8f606b8af0558e2cdb76b102d4 (diff) | |
download | jquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.tar.gz jquery-ui-4673c8808b8b08302268de7961d9a772c29af47a.zip |
Build: Add jQuery 3.1.1
Closes gh-1766
Diffstat (limited to 'build/tasks/testswarm.js')
-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 daf36838e..a4c370499 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -4,7 +4,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", - "3.1": "3.1.0", + "3.1": "3.1.1", "3.0": "3.0.0", "2.2": "2.2.4", "2.1": "2.1.4", |