diff --git a/datatables.json b/datatables.json index 5cba9c6..960d392 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.dataTables.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 5aa69b1..f048fa1 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.2 + 3.1.0 datatables.net-buttons-dt This is Buttons for DataTables with styling for [DataTables](https://datatables.net/) diff --git a/package.json b/package.json index debe5f9..8b696e4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.dataTables.mjs", "style": "css/buttons.dataTables.css", "types": "./types/buttons.dataTables.d.ts", - "version": "3.0.2", + "version": "3.1.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -26,7 +26,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.2", + "datatables.net-buttons": "3.1.0", "datatables.net-dt": "^2", "jquery": ">=1.7" },