From cd16685b284f749f9360ac929b582501d874cb94 Mon Sep 17 00:00:00 2001 From: hhurz Date: Mon, 4 Oct 2021 21:10:21 +0200 Subject: [PATCH] Release 1.20.1 --- bower.json | 2 +- package.json | 2 +- tableExport.js | 2 +- tableExport.min.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 5b491e3..8d8c2ca 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tableexport.jquery.plugin", - "version": "1.20.0", + "version": "1.20.1", "description": "html table export", "main": "tableExport.js", "authors": [ diff --git a/package.json b/package.json index ca99b98..bc60e1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tableexport.jquery.plugin", - "version": "1.20.0", + "version": "1.20.1", "description": "html table export", "main": "tableExport.min.js", "dependencies": { diff --git a/tableExport.js b/tableExport.js index 7804593..eff675b 100644 --- a/tableExport.js +++ b/tableExport.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.21.0 + * Version 1.20.1 * * Copyright (c) 2015-2021 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin diff --git a/tableExport.min.js b/tableExport.min.js index e74ac14..4b3906d 100644 --- a/tableExport.min.js +++ b/tableExport.min.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.21.0 + * Version 1.20.1 * * Copyright (c) 2015-2021 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin