diff --git a/composer.json b/composer.json index 59bf314..fae87e1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.3.2", "name": "datatables.net/datatables.net-searchbuilder-bs4", "description": "SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. This is SearchBuilder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "support": { @@ -29,7 +29,7 @@ "table" ], "require": { - "datatables.net/datatables.net-searchbuilder": ">=1.2.2", - "datatables.net/datatables.net-bs4": ">=1.11.3" + "datatables.net/datatables.net-searchbuilder": ">=1.3.2", + "datatables.net/datatables.net-bs4": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index baec536..7ff2d4f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT SearchBuilder Filtering Search Bootstrap Bootstrap4 Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index c8b2e2d..5423cb7 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ ], "keywords": [ "SearchBuilder", - "Filtering", - "Search", + "Filtering", + "Search", "Bootstrap", - "Bootstrap4", + "Bootstrap4", "Datatables", "jQuery", "table", @@ -23,8 +23,8 @@ "sort" ], "dependencies": { - "datatables.net-searchbuilder": ">=1.2.2", - "datatables.net-bs4": ">=1.11.3", + "datatables.net-searchbuilder": ">=1.3.2", + "datatables.net-bs4": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -48,4 +48,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4.git" } -} \ No newline at end of file +}