diff --git a/datatables.json b/datatables.json index 719538f..b501d2a 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.5", + "last-tag": "2.0.6", "last-sync": "c779e7a1a5d00821b2a50438fc3eb62b77673b5e" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 5253950..5e317d7 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.5 + 2.0.6 datatables.net-bs4 This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index faf62c9..f22f9ac 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap4.mjs", "style": "css/dataTables.bootstrap4.css", "types": "./types/dataTables.bootstrap4.d.ts", - "version": "2.0.5", + "version": "2.0.6", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.5", + "datatables.net": "2.0.6", "jquery": ">=1.7" }, "moduleType": [