From f3a70122aebc4d99cffce560fbe8e7954c042b41 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 18 Apr 2024 14:22:16 +0000 Subject: [PATCH] Sync tag release - 2.0.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 823589b..3716100 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.4", + "last-tag": "2.0.5", "last-sync": "b135e9b8cc29834a99364f0e6d75f1285b8b58e8" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 736515b..5253950 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.4 + 2.0.5 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 179a930..faf62c9 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.4", + "version": "2.0.5", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.4", + "datatables.net": "2.0.5", "jquery": ">=1.7" }, "moduleType": [