diff --git a/datatables.json b/datatables.json index bddd314..e3ef5ac 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.4", + "last-tag": "2.3.5", "last-sync": "0b1fd42649697aed4f72490eb3c702ded00d79dd" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index fe22eff..f11c5fc 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.4 + 2.3.5 datatables.net-buttons-zf This is Buttons for DataTables with styling for [Foundation](https://get.foundation/) diff --git a/package.json b/package.json index e27518f..f2b9908 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.foundation.mjs", "style": "css/buttons.foundation.css", "types": "./types/types.d.ts", - "version": "2.3.4", + "version": "2.3.5", "files": [ "css/**/*.css", "js/**/*.js",