From 73d18ed18514372fbb19cd93b8c7f09c1a62673d Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 20 Sep 2024 14:05:47 +0000 Subject: [PATCH] Sync tag release - 2.1.7 --- 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 85ae296..16e5d21 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.6", + "last-tag": "2.1.7", "last-sync": "f83a8f4c4c2f0541765632de1c22d11e5a92a54f" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 2ef74d9..ba01d43 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.6 + 2.1.7 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index 86c8953..20cf397 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.6", + "version": "2.1.7", "files": [ "js/**/*.js", "js/**/*.mjs",