summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2014-09-01 11:02:31 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2014-09-01 11:02:31 -0400
commit3c9065e400bbf6014fbdcc1b857cf502364e2938 (patch)
treefed8bcd1d00472e7db56b1402bc0ff2bdec31045 /Gruntfile.js
parente130b6689efe0ff01800bdc92b53e95efe6ecf39 (diff)
parente797db2cd42d50149a77fa32ecc981a24a16dc8d (diff)
downloadjQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.zip
jQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.tar.gz
jQuery-Timepicker-Addon-3c9065e400bbf6014fbdcc1b857cf502364e2938.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 65453e4..5431c87 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -107,8 +107,8 @@ module.exports = function(grunt) {
options: {
specs: 'test/*_spec.js',
vendor: [
- 'http://code.jquery.com/jquery-1.10.1.min.js',
- 'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js',
+ 'http://code.jquery.com/jquery-1.11.1.min.js',
+ 'http://code.jquery.com/ui/1.11.1/jquery-ui.min.js',
'http://github.com/searls/jasmine-fixture/releases/1.0.5/1737/jasmine-fixture.js'
]
}