From f29f6ff71e9f424d28a25fe67936065e35fa0abe Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 28 Feb 2023 10:17: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 18b4a39..4963d3c 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 4cc9f1b..ff829b9 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.6.0 + 1.6.1 datatables.net-select-se This is Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/) diff --git a/package.json b/package.json index c48496a..5459f12 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.semanticui.mjs", "style": "css/select.semanticui.css", "types": "./types/types.d.ts", - "version": "1.6.0", + "version": "1.6.1", "files": [ "css/**/*.css", "js/**/*.js",