diff --git a/datatables.json b/datatables.json index acc097a..348541f 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/colReorder.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/ColReorder", - "last-tag": "2.0.0", + "last-tag": "2.0.1", "last-sync": "0cd16741af2a707f6e632b15d816e62270cd5950" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 306f9cc..b9af520 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.1 datatables.net-colreorder-bs4 This is ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index af0db84..5144e0a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/colReorder.bootstrap4.mjs", "style": "css/colReorder.bootstrap4.css", "types": "./types/colReorder.bootstrap4.d.ts", - "version": "2.0.0", + "version": "2.0.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -24,8 +24,8 @@ "sort" ], "dependencies": { - "datatables.net-colreorder": "2.0.0", - "datatables.net-bs4": ">=2.0.0", + "datatables.net-colreorder": "2.0.1", + "datatables.net-bs4": "^2", "jquery": ">=1.7" }, "moduleType": [