From 6e79b6503181c532784cc0feb18e491a64d1763d Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 18 Apr 2024 14:22:51 +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 79c715b..930c044 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bulma.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 ec3d673..13f12a4 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.4 + 2.0.5 datatables.net-bm This is DataTables with styling for [Bulma](https://bulma.io/) diff --git a/package.json b/package.json index 6208bbd..af4f2c4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bulma.mjs", "style": "css/dataTables.bulma.css", "types": "./types/dataTables.bulma.d.ts", - "version": "2.0.4", + "version": "2.0.5", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.4", + "datatables.net": "2.0.5", "jquery": ">=1.7" }, "moduleType": [