From a6a3f8122de3b3dd7517ce66fb8fa502d419cc85 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 14 Jan 2022 16:57:01 +0000 Subject: [PATCH] Sync tag release - 2.2.0 --- datatables.json | 2 +- nuget.nuspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datatables.json b/datatables.json index ae51272..58b0b7d 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.1", + "last-tag": "2.2.0", "last-sync": "097b129bcdedbb65f2c267538cb831515911615c" } \ No newline at end of file diff --git a/nuget.nuspec b/nuget.nuspec index 6c0562f..a3876b8 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.1 + 2.2.0 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 5708eaa..3490aa9 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.1", + "version": "2.2.0", "files": [ "css/**/*.css", "js/**/*.js",