From 169e85ac3ff7b9849be5554099409246be3bcbbc Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 4 Jul 2023 11:57:31 +0100 Subject: [PATCH] Sync tag release - 2.4.0 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/datatables.json b/datatables.json index e48729d..8be7e84 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.foundation.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 ff2bd0c..5d614fe 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.6 + 2.4.0 datatables.net-buttons-zf This is Buttons for DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index 87e736b..3b85349 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.foundation.mjs", "style": "css/buttons.foundation.css", "types": "./types/buttons.foundation.d.ts", - "version": "2.3.6", + "version": "2.4.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -14,11 +14,11 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Foundation", "Datatables", "jQuery", @@ -52,4 +52,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons-Foundation.git" } -} +} \ No newline at end of file