diff --git a/composer.json b/composer.json index 4aac7b5..f469796 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-jqui", "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 [jQueryUI](http://jqueryui.com/)", "support": { @@ -29,7 +29,7 @@ "table" ], "require": { - "datatables.net/datatables.net-searchbuilder": ">=1.2.2", - "datatables.net/datatables.net-jqui": ">=1.11.3" + "datatables.net/datatables.net-searchbuilder": ">=1.3.2", + "datatables.net/datatables.net-jqui": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index 3d2fef5..b65d261 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT SearchBuilder Filtering Search jQuery UI jQueryUI Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index b0fc2cc..bda154c 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ ], "keywords": [ "SearchBuilder", - "Filtering", - "Search", + "Filtering", + "Search", "jQuery UI", - "jQueryUI", + "jQueryUI", "Datatables", "jQuery", "table", @@ -23,8 +23,8 @@ "sort" ], "dependencies": { - "datatables.net-searchbuilder": ">=1.2.2", - "datatables.net-jqui": ">=1.11.3", + "datatables.net-searchbuilder": ">=1.3.2", + "datatables.net-jqui": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -48,4 +48,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-SearchBuilder-jQueryUI.git" } -} \ No newline at end of file +}