From 549b3e7c0a05fade99971a7941f99aa19f3650f6 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 30 Aug 2024 13:31:06 +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 716c62d..b14bb29 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bootstrap.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 b955b96..51eab0e 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.4 + 2.1.5 datatables.net-bs This is DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index 15f5728..44bd0b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bootstrap.mjs", "style": "css/dataTables.bootstrap.css", "types": "./types/dataTables.bootstrap.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": [