From 6e455a8cbfee3d3bf8ae0cbeffed9c1d0988cf86 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 19 Jul 2024 08:21:41 +0000 Subject: [PATCH] Sync tag release - 2.1.0 --- 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 e621243..64d3651 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.8", + "last-tag": "2.1.0", "last-sync": "511de67aab2ceeb00959030497684fff30a2f292" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index af28da4..68b2c7b 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.8 + 2.1.0 datatables.net-bs4 This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index 3f22cc4..9680049 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap4.mjs", "style": "css/dataTables.bootstrap4.css", "types": "./types/dataTables.bootstrap4.d.ts", - "version": "2.0.8", + "version": "2.1.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.8", + "datatables.net": "2.1.0", "jquery": ">=1.7" }, "moduleType": [