From 0c4ed297d67f99baf1d104eb8bcfe0439dafa2d4 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 30 Aug 2024 13:31:55 +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 858aeba..dff6791 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.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 83166eb..a935442 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.4 + 2.1.5 datatables.net-bm This is DataTables with styling for [Bulma](https://bulma.io/) diff --git a/package.json b/package.json index 64f0cab..cf9c3d4 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.1.4", + "version": "2.1.5", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.4", + "datatables.net": "2.1.5", "jquery": ">=1.7" }, "moduleType": [