From c4556f82279530bc23d9f3cef5b0867c084b5bde Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 28 Feb 2023 10:17:38 +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 3eebd12..35ee90b 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 53d0611..e85d03d 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 1.6.0 + 1.6.1 datatables.net-select-bs4 This is Select for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) diff --git a/package.json b/package.json index 9be1a7a..e1cc783 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.bootstrap4.mjs", "style": "css/select.bootstrap4.css", "types": "./types/types.d.ts", - "version": "1.6.0", + "version": "1.6.1", "files": [ "css/**/*.css", "js/**/*.js",