diff --git a/datatables.json b/datatables.json index 4e8c976..b7e48a3 100644 --- a/datatables.json +++ b/datatables.json @@ -24,6 +24,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.3.4", + "last-tag": "2.3.5", "last-sync": "0b1fd42649697aed4f72490eb3c702ded00d79dd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 046cbfa..f7aa79e 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.4 + 2.3.5 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index e61d1b3..6fadc0f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.buttons.js", "module": "js/dataTables.buttons.mjs", "types": "./types/types.d.ts", - "version": "2.3.4", + "version": "2.3.5", "files": [ "js/**/*.js", "js/**/*.mjs",