From dfb38727a3fb65f35a26ec0bd4eaf1dc133f567f Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 4 Jul 2023 11:58:17 +0100 Subject: [PATCH] Sync tag release - 2.4.0 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/datatables.json b/datatables.json index cd695aa..78c8c0d 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": "2.3.6", + "last-tag": "2.4.0", "last-sync": "6d5c5320d439d7d2623429f01f54c8e7a620edcd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 7854f3b..e051836 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.6 + 2.4.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 d599ecd..69c443c 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": "2.3.6", + "version": "2.4.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -14,13 +14,13 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Bootstrap", - "Bootstrap4", + "Bootstrap4", "Datatables", "jQuery", "table", @@ -53,4 +53,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4.git" } -} +} \ No newline at end of file