diff --git a/datatables.json b/datatables.json index 7acbdd6..9c59d5a 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.0.1", + "last-tag": "3.0.2", "last-sync": "82c9b5a16b0534a2c02dfb8347b520e4ae76ed8c" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index de7990f..8ad0c12 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.1 + 3.0.2 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index 862d5c6..1dc33e5 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.0.1", + "version": "3.0.2", "files": [ "js/**/*.js", "js/**/*.mjs",