diff --git a/datatables.json b/datatables.json index a98cf76..9e5d279 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": "3.0.1", + "last-tag": "3.0.2", "last-sync": "82c9b5a16b0534a2c02dfb8347b520e4ae76ed8c" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 03c2765..b2f164d 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.1 + 3.0.2 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 815636e..d827aa8 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": "3.0.1", + "version": "3.0.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -27,7 +27,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.1", + "datatables.net-buttons": "3.0.2", "datatables.net-bs": "^2", "jquery": ">=1.7" },