diff --git a/datatables.json b/datatables.json index a86fc2d..28b5d39 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap5.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.3", + "last-tag": "2.1.4", "last-sync": "08b0f7110addabcfd814a9215a18ced31e54a8f5" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 710c574..e45418f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.3 + 2.1.4 datatables.net-bs5 This is DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index a7faa6a..710f187 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap5.mjs", "style": "css/dataTables.bootstrap5.css", "types": "./types/dataTables.bootstrap5.d.ts", - "version": "2.1.3", + "version": "2.1.4", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.3", + "datatables.net": "2.1.4", "jquery": ">=1.7" }, "moduleType": [