From 24e77e70770c02042010f4f35aad7e68f046c169 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 6 Sep 2024 14:35:23 +0000 Subject: [PATCH] Sync tag release - 2.1.6 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index 3456752..4d6c553 100644 --- a/datatables.json +++ b/datatables.json @@ -10,6 +10,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.5", + "last-tag": "2.1.6", "last-sync": "cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index d2d09cb..2ef74d9 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.5 + 2.1.6 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index 66c6a69..86c8953 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/dataTables.js", "module": "js/dataTables.mjs", "types": "./types/types.d.ts", - "version": "2.1.5", + "version": "2.1.6", "files": [ "js/**/*.js", "js/**/*.mjs",