diff --git a/datatables.json b/datatables.json index 8c75207..d96a674 100644 --- a/datatables.json +++ b/datatables.json @@ -24,6 +24,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "3.2.1", + "last-tag": "3.2.2", "last-sync": "c7e84795b0e6974ad8a0d3d25a41cb93ca72fbd0" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 46c8eba..f6a11d3 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.2.1 + 3.2.2 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index 9c2c063..0ffb6d2 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": "3.2.1", + "version": "3.2.2", "files": [ "js/**/*.js", "js/**/*.mjs",