From 9eb884c02fc1e2aa552e0aeec9ac943552fc0b97 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 12 Nov 2024 09:20:38 +0000 Subject: [PATCH] Sync tag release - 3.2.0 --- 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 b1565b9..a82e648 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.1.2", + "last-tag": "3.2.0", "last-sync": "24a3dd12626c70152100444eebb1c5ab3be6c7fe" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 8f082a9..60b0d13 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.1.2 + 3.2.0 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index b1ad043..8acecc4 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.1.2", + "version": "3.2.0", "files": [ "js/**/*.js", "js/**/*.mjs",