Skip to content

Commit

Permalink
Release 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Apr 10, 2022
1 parent 657c7d1 commit dcbaee2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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": [
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion tableExport.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcbaee2

Please sign in to comment.