From 41dcf2bb26c3b12172a481858a9437bdbaed092c Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 28 May 2024 15:36:08 +0000 Subject: [PATCH] Sync tag release - 2.0.8 --- 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 e48f3d8..e039c18 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.0.7", + "last-tag": "2.0.8", "last-sync": "6abcccb9c0eae8042ed0ee1a7d199b8d1f81f417" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index af8abd2..8debb89 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.7 + 2.0.8 datatables.net-jqui This is DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 652dc37..7173d75 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.0.7", + "version": "2.0.8", "files": [ "css/**/*.css", "js/**/*.js", @@ -22,7 +22,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.7", + "datatables.net": "2.0.8", "jquery": ">=1.7" }, "moduleType": [