From 2d46d81ec7ba2b75bc2000f447f5163c9cc726e2 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 7 Nov 2022 15:52:42 +0000 Subject: [PATCH] Sync tag release - 2.3.1 --- 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 b77c259..c70e53d 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.0", + "last-tag": "2.3.1", "last-sync": "1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 3c9eef7..08bbdb6 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.0 + 2.3.1 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 1b26a5c..4110e89 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap4.mjs", "style": "css/buttons.bootstrap4.css", "types": "./types/types.d.ts", - "version": "2.3.0", + "version": "2.3.1", "files": [ "css/**/*.css", "js/**/*.js",