diff --git a/datatables.json b/datatables.json index 9ecc1d3..874c325 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.bootstrap5.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 2e3af9f..dc0d9f2 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 datatables.net-select-bs5 This is Select for DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index 1f2b8da..5a680cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.bootstrap5.mjs", "style": "css/select.bootstrap5.css", "types": "./types/select.bootstrap5.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-bs5": ">=2.0.0", + "datatables.net-select": "2.0.1", + "datatables.net-bs5": "^2", "jquery": ">=1.7" }, "moduleType": [