From 7cdd04a078e640b3f4eabc4ddc5d348fd5d93677 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 9 Nov 2022 16:06:32 +0000 Subject: [PATCH] Sync tag release - 2.3.2 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index 6c23a07..27d25d8 100644 --- a/datatables.json +++ b/datatables.json @@ -14,6 +14,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.3.1", + "last-tag": "2.3.2", "last-sync": "d145c8bc5c29bf3931bdbd7deca9d875d085d865" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index c1a5022..c2bd537 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.1 + 2.3.2 datatables.net-buttons-jqui This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 51a14f1..3d52309 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.jqueryui.mjs", "style": "css/buttons.jqueryui.css", "types": "./types/types.d.ts", - "version": "2.3.1", + "version": "2.3.2", "files": [ "css/**/*.css", "js/**/*.js",