diff --git a/datatables.json b/datatables.json index 92814de..c235556 100644 --- a/datatables.json +++ b/datatables.json @@ -13,6 +13,6 @@ "types/buttons.jqueryui.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 3f32d78..c061d56 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.0.1 + 3.0.2 datatables.net-buttons-jqui This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/) diff --git a/package.json b/package.json index 456e578..ba70498 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.jqueryui.mjs", "style": "css/buttons.jqueryui.css", "types": "./types/buttons.jqueryui.d.ts", - "version": "3.0.1", + "version": "3.0.2", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.0.1", + "datatables.net-buttons": "3.0.2", "datatables.net-jqui": "^2", "jquery": ">=1.7" },