diff --git a/datatables.json b/datatables.json index 5b2ce57..29a8371 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/buttons.bootstrap.d.ts" ], "src-repo": "http://github.com/DataTables/Buttons", - "last-tag": "2.1.0", + "last-tag": "2.1.1", "last-sync": "1cab1ad4aed4f0514eccffc7fa4bc9f695db8c90" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index ec53731..6c0562f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.0 + 2.1.1 datatables.net-buttons-bs This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/) diff --git a/package.json b/package.json index 906a2c4..5708eaa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/buttons.bootstrap.js", "style": "css/buttons.bootstrap.css", "types": "./types/buttons.bootstrap.d.ts", - "version": "2.1.0", + "version": "2.1.1", "files": [ "css/**/*.css", "js/**/*.js",