From 287a991edd7b8d5225e74725e1b8c92bc186b6eb Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 24 Jul 2024 13:21:05 +0000 Subject: [PATCH] Sync tag release - 2.1.2 --- 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 7a69d8c..ecffe26 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.0", + "last-tag": "2.1.2", "last-sync": "eaf09aaf58317af4bd738ddef480fd4aa5945d64" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 922bdad..f23d4c8 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.0 + 2.1.2 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 bbeedef..b183d10 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.0", + "version": "2.1.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.0", + "datatables.net": "2.1.2", "jquery": ">=1.7" }, "moduleType": [