From 9a9fc1f38ef60ba9a47dea10fe268aa22cd09059 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 7 Nov 2022 14:11:03 +0000 Subject: [PATCH] Sync tag release - 2.3.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 d3f4a6b..23c2361 100644 --- a/datatables.json +++ b/datatables.json @@ -24,6 +24,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.2.3", + "last-tag": "2.3.0", "last-sync": "1228db0e02f81a3042bda794769aa3d7647a02ed" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index c4b0b7f..13fc9c4 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.2.3 + 2.3.0 datatables.net-buttons This is Buttons for DataTables diff --git a/package.json b/package.json index 0d2c7ab..e95473a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.buttons.js", "module": "js/dataTables.buttons.mjs", "types": "./types/types.d.ts", - "version": "2.2.3", + "version": "2.3.0", "files": [ "js/**/*.js", "js/**/*.mjs", @@ -12,11 +12,11 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Datatables", "jQuery", "table", @@ -48,4 +48,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons.git" } -} +} \ No newline at end of file