diff --git a/datatables.json b/datatables.json index 6c23a07..27d25d8 100644 --- a/datatables.json +++ b/datatables.json @@ -14,6 +14,6 @@ "types/types.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.3.1", + "last-tag": "2.3.2", "last-sync": "d145c8bc5c29bf3931bdbd7deca9d875d085d865" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index c1a5022..c2bd537 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.1 + 2.3.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 51a14f1..3d52309 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.jqueryui.mjs", "style": "css/buttons.jqueryui.css", "types": "./types/types.d.ts", - "version": "2.3.1", + "version": "2.3.2", "files": [ "css/**/*.css", "js/**/*.js",