Skip to content

Commit 578e2c0

Browse files
committed
Updated jquery patch version in tests: 2.1.0 -> 2.1.3
1 parent 2ca4452 commit 578e2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = (grunt) ->
4444
"1.10.2"
4545
"1.11.0"
4646
"2.0.3"
47-
"2.1.0"
47+
"2.1.3"
4848
].map((version) ->
4949
"http://localhost:<%= connect.server.options.port %>/test/localize.html?jquery=" + version
5050
)

0 commit comments

Comments
 (0)