diff --git a/datatables.json b/datatables.json index 9895812..34a6e7d 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.bootstrap.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.4.2", + "last-tag": "3.0.0", "last-sync": "9e2d8667d12abbda4b2407416452229d21317680" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 310da8d..d2ddc95 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.4.2 + 3.0.0 datatables.net-buttons-bs This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index 6254e62..b08e1ca 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bootstrap.mjs", "style": "css/buttons.bootstrap.css", "types": "./types/buttons.bootstrap.d.ts", - "version": "2.4.2", + "version": "3.0.0", "files": [ "css/**/*.css", "js/**/*.js", @@ -27,8 +27,8 @@ "sort" ], "dependencies": { - "datatables.net-buttons": ">=2.3.6", - "datatables.net-bs": ">=1.13.4", + "datatables.net-buttons": "3.0.0", + "datatables.net-bs": ">=2.0.0", "jquery": ">=1.7" }, "moduleType": [