From d2ba899f25470d4ab0d12a99162cdf02611c7bb3 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 16 Apr 2024 12:05:36 +0000 Subject: [PATCH] Sync tag release - 3.0.2 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",