From 3c37bc5531cd12fb223324c9ef0ecabe25ca3217 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 30 Aug 2024 13:20:52 +0000 Subject: [PATCH] Sync tag release - 3.1.2 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datatables.json b/datatables.json index 2ed4d58..55ea956 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bootstrap.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "3.1.1", + "last-tag": "3.1.2", "last-sync": "4013447fd9b542203cf0e082835fa200fe558c65" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 939b497..f316dd0 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.1.1 + 3.1.2 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 51c532f..4f3ffb3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap.mjs", "style": "css/buttons.bootstrap.css", "types": "./types/buttons.bootstrap.d.ts", - "version": "3.1.1", + "version": "3.1.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -27,7 +27,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.1.1", + "datatables.net-buttons": "3.1.2", "datatables.net-bs": "^2", "jquery": ">=1.7" },