From 01a020df81573b57439ac5ed0a41c0c8aa566592 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 28 Feb 2023 10:16:23 +0000 Subject: [PATCH] Sync tag release - 1.6.1 --- 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 2aac4b7..3e5a702 100644 --- a/datatables.json +++ b/datatables.json @@ -14,6 +14,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "1.6.0", + "last-tag": "1.6.1", "last-sync": "580888daabe5280376208f57ec821ef14579274b" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index bb69406..e4eff88 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.6.0 + 1.6.1 datatables.net-select-dt This is Select for DataTables with styling for [DataTables](https://datatables.net/) diff --git a/package.json b/package.json index b8a8bfb..c92f414 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.dataTables.mjs", "style": "css/select.dataTables.css", "types": "./types/types.d.ts", - "version": "1.6.0", + "version": "1.6.1", "files": [ "css/**/*.css", "js/**/*.js",