diff --git a/datatables.json b/datatables.json index e8470b5..10ec9e3 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.2.0", + "last-tag": "3.2.1", "last-sync": "fa3e3faecc0533a475ee41e1befd73e0dc0d04e7" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 5ddb981..b1b9a48 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 3.2.0 + 3.2.1 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 ae19d2d..0ae88a6 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.2.0", + "version": "3.2.1", "files": [ "css/**/*.css", "js/**/*.js", @@ -28,7 +28,7 @@ "sort" ], "dependencies": { - "datatables.net-buttons": "3.2.0", + "datatables.net-buttons": "3.2.1", "datatables.net-jqui": "^2", "jquery": ">=1.7" },