diff --git a/datatables.json b/datatables.json index 6f8cb7e..1be9ce9 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.0", + "last-tag": "2.3.1", "last-sync": "1850eedc5cca4f7e8551c98fc3626b0c62cc6b2a" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 209bf3d..4fc1a31 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.0 + 2.3.1 datatables.net-buttons-bm This is Buttons for DataTables with styling for [Bulma](https://bulma.io/) diff --git a/package.json b/package.json index ef48d43..039fbb4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.bulma.mjs", "style": "css/buttons.bulma.css", "types": "./types/types.d.ts", - "version": "2.3.0", + "version": "2.3.1", "files": [ "css/**/*.css", "js/**/*.js",