From dcbaee23cf98328397a153e71556f75202988ec9 Mon Sep 17 00:00:00 2001 From: hhurz Date: Sun, 10 Apr 2022 21:02:54 +0200 Subject: [PATCH] Release 1.25 --- bower.json | 2 +- package.json | 4 ++-- tableExport.js | 2 +- tableExport.min.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 76608e4..f10904a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tableexport.jquery.plugin", - "version": "1.22.0", + "version": "1.25.0", "description": "html table export", "main": "tableExport.js", "authors": [ diff --git a/package.json b/package.json index 50ffe52..a7b063a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "tableexport.jquery.plugin", - "version": "1.22.0", + "version": "1.25.0", "description": "html table export", "main": "tableExport.min.js", "dependencies": { - "jquery": ">=1.9.1", + "jquery": ">=3.2.1", "file-saver": ">=2.0.1", "html2canvas": ">=1.0.0", "jspdf": ">=2.0.0", diff --git a/tableExport.js b/tableExport.js index ebf57c5..a8f25d3 100644 --- a/tableExport.js +++ b/tableExport.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.22.0 + * Version 1.25.0 * * Copyright (c) 2015-2022 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin diff --git a/tableExport.min.js b/tableExport.min.js index 356ad4d..1ccbb19 100644 --- a/tableExport.min.js +++ b/tableExport.min.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.22.0 + * Version 1.25.0 * * Copyright (c) 2015-2022 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin