From 8461b055178c882f48f8498a151fe11e11e86ccd Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 11 Apr 2024 13:46:19 +0000 Subject: [PATCH] Sync tag release - 2.0.1 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/datatables.json b/datatables.json index 4cb8f9a..174b74d 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/select.bootstrap4.d.ts" ], "src-repo": "http://github.com/DataTables/Select", - "last-tag": "2.0.0", + "last-tag": "2.0.1", "last-sync": "0278c079772272387c3d8a3363fc4951740f6763" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 18c88bf..951ccac 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.0.0 + 2.0.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 fca87de..0bc1f43 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/select.bootstrap4.mjs", "style": "css/select.bootstrap4.css", "types": "./types/select.bootstrap4.d.ts", - "version": "2.0.0", + "version": "2.0.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -24,8 +24,8 @@ "sort" ], "dependencies": { - "datatables.net-select": "2.0.0", - "datatables.net-bs4": ">=2.0.0", + "datatables.net-select": "2.0.1", + "datatables.net-bs4": "^2", "jquery": ">=1.7" }, "moduleType": [