From 2fc4ca18dc3699bc57774c3490f9d6928e62a477 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 12 Nov 2024 09:22:11 +0000 Subject: [PATCH] Sync tag release - 3.2.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 6d36018..2c566a2 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bootstrap4.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 09e0c32..6bd6aa6 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.1.2 + 3.2.0 datatables.net-buttons-bs4 This is Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index 0f3dd73..7d3f0df 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap4.mjs", "style": "css/buttons.bootstrap4.css", "types": "./types/buttons.bootstrap4.d.ts", - "version": "3.1.2", + "version": "3.2.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.1.2", + "datatables.net-buttons": "3.2.0", "datatables.net-bs4": "^2", "jquery": ">=1.7" },