From cb46f245bddb9ad2968965b7a7d26ff07bd640ec Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 30 Aug 2024 13:31:47 +0000 Subject: [PATCH] Sync tag release - 2.1.5 --- 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 4cab0a8..9a9079b 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap5.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.4", + "last-tag": "2.1.5", "last-sync": "d8c8900fbafa42a90aec216397ebf13095c10a20" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index e45418f..4a7a86f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.4 + 2.1.5 datatables.net-bs5 This is DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index 710f187..d457341 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap5.mjs", "style": "css/dataTables.bootstrap5.css", "types": "./types/dataTables.bootstrap5.d.ts", - "version": "2.1.4", + "version": "2.1.5", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.4", + "datatables.net": "2.1.5", "jquery": ">=1.7" }, "moduleType": [