diff --git a/composer.json b/composer.json index a12d365..e478cd5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.2.2", "name": "datatables.net/datatables.net-buttons-se", "description": "The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/)", "support": { @@ -33,7 +33,7 @@ "table" ], "require": { - "datatables.net/datatables.net-buttons": ">=2.0.1", - "datatables.net/datatables.net-se": ">=1.11.3" + "datatables.net/datatables.net-buttons": ">=2.2.2", + "datatables.net/datatables.net-se": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index d926aec..409fb06 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT Buttons Column Visibility csv excel pdf print Semantic SemanticUI Semantic UI Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index 4431fc2..736c66c 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Semantic", - "SemanticUI", - "Semantic UI", + "SemanticUI", + "Semantic UI", "Datatables", "jQuery", "table", @@ -27,8 +27,8 @@ "sort" ], "dependencies": { - "datatables.net-buttons": ">=2.0.1", - "datatables.net-se": ">=1.11.3", + "datatables.net-buttons": ">=2.2.2", + "datatables.net-se": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -52,4 +52,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons-SemanticUI.git" } -} \ No newline at end of file +}