From 19d2ff2399af078465989f52ffc969d9ed765f1f Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 16 Apr 2024 12:07:18 +0000 Subject: [PATCH] Sync tag release - 3.0.2 --- 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 d0429fe..d3381d3 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bootstrap5.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "3.0.1", + "last-tag": "3.0.2", "last-sync": "82c9b5a16b0534a2c02dfb8347b520e4ae76ed8c" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index d193693..a1cc137 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.1 + 3.0.2 datatables.net-buttons-bs5 This is Buttons for DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index d5ec13f..c039695 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap5.mjs", "style": "css/buttons.bootstrap5.css", "types": "./types/buttons.bootstrap5.d.ts", - "version": "3.0.1", + "version": "3.0.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.1", + "datatables.net-buttons": "3.0.2", "datatables.net-bs5": "^2", "jquery": ">=1.7" },