From 09b462dd07bf5e9d8ca83e5bcc09723c0001e734 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 28 Feb 2023 10:22:11 +0000 Subject: [PATCH] Sync tag release - 2.3.5 --- 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 945b20b..32379a0 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.4", + "last-tag": "2.3.5", "last-sync": "0b1fd42649697aed4f72490eb3c702ded00d79dd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 1e4350b..20cd33c 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.4 + 2.3.5 datatables.net-buttons-bs This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index 941139f..aa1a3f3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap.mjs", "style": "css/buttons.bootstrap.css", "types": "./types/types.d.ts", - "version": "2.3.4", + "version": "2.3.5", "files": [ "css/**/*.css", "js/**/*.js",