diff --git a/composer.json b/composer.json index fb85c46..f48f4f4 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-bs4", "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 [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "support": { @@ -32,7 +32,7 @@ "table" ], "require": { - "datatables.net/datatables.net-buttons": ">=2.0.1", - "datatables.net/datatables.net-bs4": ">=1.11.3" + "datatables.net/datatables.net-buttons": ">=2.2.2", + "datatables.net/datatables.net-bs4": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index 2053f04..501b030 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT Buttons Column Visibility csv excel pdf print Bootstrap Bootstrap4 Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index 0b94194..e787303 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Bootstrap", - "Bootstrap4", + "Bootstrap4", "Datatables", "jQuery", "table", @@ -26,8 +26,8 @@ "sort" ], "dependencies": { - "datatables.net-buttons": ">=2.0.1", - "datatables.net-bs4": ">=1.11.3", + "datatables.net-buttons": ">=2.2.2", + "datatables.net-bs4": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -51,4 +51,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4.git" } -} \ No newline at end of file +}