diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:27:27 +0200 |
commit | d37ebc624da1432bd58e5131805a821e163277ce (patch) | |
tree | 94aa522136adc4a55b7d4d85f32926ff6ef53f81 /build | |
parent | 512cbbf4d9d039519ef9c94716d7048ca2ff582f (diff) | |
download | jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.tar.gz jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.zip |
Build: Add jQuery 3.5.0 & 3.5.1
Closes gh-1915
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 41ffc5038..37a64a847 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -5,6 +5,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", "3.x-git": "3.x-git", + "3.5": "3.5.1", "3.4": "3.4.1", "3.3": "3.3.1", "3.2": "3.2.1", |