diff --git a/datatables.json b/datatables.json index 374478c..4865224 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "3.0.2", + "last-tag": "3.1.0", "last-sync": "ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 397d345..848509f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.2 + 3.1.0 datatables.net-buttons-bs4 This is Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index f19e21d..cb95776 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap4.mjs", "style": "css/buttons.bootstrap4.css", "types": "./types/buttons.bootstrap4.d.ts", - "version": "3.0.2", + "version": "3.1.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.2", + "datatables.net-buttons": "3.1.0", "datatables.net-bs4": "^2", "jquery": ">=1.7" },