From 07352e8938ecda83880111904c7a48876236798c Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 28 Feb 2023 10:17:07 +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 f715d2b..e68a6d1 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 2fd9aff..b7d4080 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.6.0 + 1.6.1 datatables.net-select-jqui This is Select for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index c4a0f72..5baf803 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.jqueryui.mjs", "style": "css/select.jqueryui.css", "types": "./types/types.d.ts", - "version": "1.6.0", + "version": "1.6.1", "files": [ "css/**/*.css", "js/**/*.js",