diff --git a/datatables.json b/datatables.json index 3960686..456c98d 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 8d536df..d7f1deb 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.3.0 + 2.3.1 datatables.net-buttons-dt This is Buttons for DataTables with styling for [DataTables](https://datatables.net/) diff --git a/package.json b/package.json index af0e3ac..6c26817 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "module": "js/buttons.dataTables.mjs", "style": "css/buttons.dataTables.css", "types": "./types/types.d.ts", - "version": "2.3.0", + "version": "2.3.1", "files": [ "css/**/*.css", "js/**/*.js",