From 328b71ab068a96c476d35de68900a579775abd04 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 15 Feb 2024 12:25:24 +0100 Subject: [PATCH] Sync tag release - 3.0.0 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datatables.json b/datatables.json index 39c6376..d23c55a 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.4.2", + "last-tag": "3.0.0", "last-sync": "9e2d8667d12abbda4b2407416452229d21317680" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 3ff3b96..635df78 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.4.2 + 3.0.0 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index 3804a1f..0892030 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.4.2", + "version": "3.0.0", "files": [ "js/**/*.js", "js/**/*.mjs", @@ -24,7 +24,7 @@ "sort" ], "dependencies": { - "datatables.net": ">=1.13.4", + "datatables.net": ">=2.0.0", "jquery": ">=1.7" }, "moduleType": [