diff --git a/datatables.json b/datatables.json index b28b814..2816891 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.0", + "last-tag": "2.0.1", "last-sync": "0278c079772272387c3d8a3363fc4951740f6763" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 762e42e..b4dc5bd 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 datatables.net-select-jqui This is Select for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 4e91459..52c287b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.jqueryui.mjs", "style": "css/select.jqueryui.css", "types": "./types/select.jqueryui.d.ts", - "version": "2.0.0", + "version": "2.0.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -24,8 +24,8 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.0", - "datatables.net-jqui": ">=2.0.0", + "datatables.net-select": "2.0.1", + "datatables.net-jqui": "^2", "jquery": ">=1.7" }, "moduleType": [