From 988ba0fa1de7ccd34c5c81e2db0ac714abe5ee7d Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 1 Aug 2024 13:27:08 +0000 Subject: [PATCH] Sync tag release - 2.0.4 --- 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 1d3dd66..26ee0a0 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.bootstrap5.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.3", + "last-tag": "2.0.4", "last-sync": "3017daeac2ef603ead7cc057b4c5482c38435e10" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index c6bea2c..cef0b4e 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.3 + 2.0.4 datatables.net-select-bs5 This is Select for DataTables with styling for [Bootstrap5](https://getbootstrap.com/) diff --git a/package.json b/package.json index da2438f..f71b911 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.bootstrap5.mjs", "style": "css/select.bootstrap5.css", "types": "./types/select.bootstrap5.d.ts", - "version": "2.0.3", + "version": "2.0.4", "files": [ "css/**/*.css", "js/**/*.js", @@ -24,7 +24,7 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.3", + "datatables.net-select": "2.0.4", "datatables.net-bs5": "^2", "jquery": ">=1.7" },