diff --git a/bower.json b/bower.json index f10904a..10e5b83 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tableexport.jquery.plugin", - "version": "1.25.0", + "version": "1.26.0", "description": "html table export", "main": "tableExport.js", "authors": [ diff --git a/package.json b/package.json index a7b063a..5d5583e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tableexport.jquery.plugin", - "version": "1.25.0", + "version": "1.26.0", "description": "html table export", "main": "tableExport.min.js", "dependencies": { diff --git a/tableExport.js b/tableExport.js index 731bec7..5009dfd 100644 --- a/tableExport.js +++ b/tableExport.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.25.0 + * Version 1.26.0 * * Copyright (c) 2015-2022 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin diff --git a/tableExport.min.js b/tableExport.min.js index 7bad138..b8ecafb 100644 --- a/tableExport.min.js +++ b/tableExport.min.js @@ -1,7 +1,7 @@ /** * @preserve tableExport.jquery.plugin * - * Version 1.25.0 + * Version 1.26.0 * * Copyright (c) 2015-2022 hhurz, * https://github.com/hhurz/tableExport.jquery.plugin