From c351988db51bb4d1d50413c8dba91358d8e1af30 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Fri, 14 Jan 2022 16:56:52 +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 a6fd180..6b92f5d 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/buttons.dataTables.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 69dd1fa..6dc48ec 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.1 + 2.2.0 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 5057f0b..99ba89a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/buttons.dataTables.js", "style": "css/buttons.dataTables.css", "types": "./types/buttons.dataTables.d.ts", - "version": "2.1.1", + "version": "2.2.0", "files": [ "css/**/*.css", "js/**/*.js",