diff --git a/grunt.js b/grunt.js
index cdf5806..8436088 100644
--- a/grunt.js
+++ b/grunt.js
@@ -109,7 +109,7 @@ module.exports = function(grunt) {
  grunt.loadNpmTasks('grunt-contrib');
 
  //version of jquery-ui datepicker to be copied into dist
- var dp_ui_ver = '1.10.2';
+ var dp_ui_ver = '1.10.3';
  
  //module for testing
  var module = ''; 
@@ -121,7 +121,7 @@ module.exports = function(grunt) {
  var qunit_testover = [];
  ['bootstrap', 'jqueryui', 'plain'].forEach(function(f){
      ['popup', 'inline'].forEach(function(c){
-         ['1.7.2', '1.8.3', '1.9.1'].forEach(function(jqver) {
+         ['1.7.2', '1.8.3', '1.9.1', '1.10.2', '2.0.3'].forEach(function(jqver) {
              qunit_testover.push('http://localhost:8000/test/index.html?f='+f+'&c='+c+'&jquery='+jqver+module); 
          });
      });