diff --git a/datatables.json b/datatables.json index 4a662a3..474133b 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": "1.13.7", + "last-tag": "1.13.8", "last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 1380cd8..3a902de 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.13.7 + 1.13.8 datatables.net-bs5 This is DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index 7955a23..3782f65 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": "1.13.7", + "version": "1.13.8", "files": [ "css/**/*.css", "js/**/*.js", @@ -23,7 +23,7 @@ "sort" ], "dependencies": { - "datatables.net": "1.13.7", + "datatables.net": "1.13.8", "jquery": ">=1.7" }, "moduleType": [