diff --git a/datatables.json b/datatables.json index deeb332..706e26b 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.5", + "last-tag": "2.1.6", "last-sync": "cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index be8990b..51b1e33 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.5 + 2.1.6 datatables.net-jqui This is DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index a013143..f4a3d57 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.jqueryui.mjs", "style": "css/dataTables.jqueryui.css", "types": "./types/dataTables.jqueryui.d.ts", - "version": "2.1.5", + "version": "2.1.6", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.5", + "datatables.net": "2.1.6", "jquery": ">=1.7" }, "moduleType": [