From c5b7f4ce9373d8191804fdea9384e89c80a1d9c1 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 19 Jul 2024 08:01:13 +0000 Subject: [PATCH] Sync tag release - 3.1.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 f524c59..758caec 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.jqueryui.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 c061d56..6cacf5e 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.2 + 3.1.0 datatables.net-buttons-jqui This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index ba70498..19a0a29 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.jqueryui.mjs", "style": "css/buttons.jqueryui.css", "types": "./types/buttons.jqueryui.d.ts", - "version": "3.0.2", + "version": "3.1.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.2", + "datatables.net-buttons": "3.1.0", "datatables.net-jqui": "^2", "jquery": ">=1.7" },