From 646984c2a75e01e89e760ed13540d7e50a001013 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 16 Aug 2024 10:26:56 +0000 Subject: [PATCH] Sync tag release - 2.1.4 --- 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 f26892b..721aee6 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.jqueryui.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.3", + "last-tag": "2.1.4", "last-sync": "08b0f7110addabcfd814a9215a18ced31e54a8f5" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index da4a42d..eb09e25 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.3 + 2.1.4 datatables.net-jqui This is DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index d66195d..cd5104c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.jqueryui.mjs", "style": "css/dataTables.jqueryui.css", "types": "./types/dataTables.jqueryui.d.ts", - "version": "2.1.3", + "version": "2.1.4", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.3", + "datatables.net": "2.1.4", "jquery": ">=1.7" }, "moduleType": [