From 6a57ce77dbc25a7298c53dcf5ec58230f760ec8a Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 7 Dec 2021 15:39:45 +0000 Subject: [PATCH] Sync tag release - 2.1.1 --- 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 1596641..5a17023 100644 --- a/datatables.json +++ b/datatables.json @@ -11,6 +11,6 @@ "types/buttons.semanticUI.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 0ee8eeb..b90de4f 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -1,7 +1,7 @@ - 2.1.0 + 2.1.1 datatables.net-buttons-se This is Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/) diff --git a/package.json b/package.json index 3295809..0d0c412 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "js/buttons.semanticui.js", "style": "css/buttons.semanticui.css", "types": "./types/buttons.semanticUI.d.ts", - "version": "2.1.0", + "version": "2.1.1", "files": [ "css/**/*.css", "js/**/*.js",