From 134212b9930c6e6eb2269513814014ea390091ef Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 1 Aug 2024 13:47:46 +0000 Subject: [PATCH] Sync tag release - 2.1.3 --- 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 b3c7e2c..6fc95b7 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/dataTables.bulma.d.ts" ], "src-repo": "http://github.com/DataTables/DataTablesSrc", - "last-tag": "2.1.2", + "last-tag": "2.1.3", "last-sync": "18e89b984e01160631890b326914f3f98bbdf629" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 4258ca3..6fee0f7 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.2 + 2.1.3 datatables.net-bm This is DataTables with styling for [Bulma](https://bulma.io/) diff --git a/package.json b/package.json index f24fd13..1b59515 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/dataTables.bulma.mjs", "style": "css/dataTables.bulma.css", "types": "./types/dataTables.bulma.d.ts", - "version": "2.1.2", + "version": "2.1.3", "files": [ "css/**/*.css", "js/**/*.js", @@ -21,7 +21,7 @@ "sort" ], "dependencies": { - "datatables.net": "2.1.2", + "datatables.net": "2.1.3", "jquery": ">=1.7" }, "moduleType": [