From 6c8b7bfa05916066859600051f10f8f89bec4dd7 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 7 May 2024 10:56:23 +0000 Subject: [PATCH] Sync tag release - 2.0.7 --- 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 8a5f87b..ffb78e3 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.foundation.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.0.6", + "last-tag": "2.0.7", "last-sync": "2dbfcaac1f25b06c8aba6e9233eda9a22c8b1d32" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 340c90a..26459cf 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.6 + 2.0.7 datatables.net-zf This is DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index bd7064b..3494295 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.foundation.mjs", "style": "css/dataTables.foundation.css", "types": "./types/dataTables.foundation.d.ts", - "version": "2.0.6", + "version": "2.0.7", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.0.6", + "datatables.net": "2.0.7", "jquery": ">=1.7" }, "moduleType": [