From 93782b56b15e8feb621566a28acacb6f455bc7dd Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 24 Jul 2024 13:20:23 +0000 Subject: [PATCH] Sync tag release - 2.1.2 --- 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 01fa4ec..9558c43 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.0", + "last-tag": "2.1.2", "last-sync": "eaf09aaf58317af4bd738ddef480fd4aa5945d64" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 019fc76..02c2850 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.0 + 2.1.2 datatables.net This is jQuery DataTables diff --git a/package.json b/package.json index 4f6d3fa..0aca784 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.0", + "version": "2.1.2", "files": [ "js/**/*.js", "js/**/*.mjs",