From 68fc52d0385f164024686b456c84c387cca595fa Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 19 Jul 2024 08:00:18 +0000 Subject: [PATCH] Sync tag release - 3.1.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 51136c0..efa4006 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.2", + "last-tag": "3.1.0", "last-sync": "ef4a5ab11606e7dc0ecd3b6249dcb2faed302afd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 8ad0c12..aa2734d 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.2 + 3.1.0 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index 1dc33e5..f58c2fb 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.2", + "version": "3.1.0", "files": [ "js/**/*.js", "js/**/*.mjs",