Skip to content

Commit dcbaee2

Browse files
author
hhurz
committed
Release 1.25
1 parent 657c7d1 commit dcbaee2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tableexport.jquery.plugin",
3-
"version": "1.22.0",
3+
"version": "1.25.0",
44
"description": "html table export",
55
"main": "tableExport.js",
66
"authors": [

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "tableexport.jquery.plugin",
3-
"version": "1.22.0",
3+
"version": "1.25.0",
44
"description": "html table export",
55
"main": "tableExport.min.js",
66
"dependencies": {
7-
"jquery": ">=1.9.1",
7+
"jquery": ">=3.2.1",
88
"file-saver": ">=2.0.1",
99
"html2canvas": ">=1.0.0",
1010
"jspdf": ">=2.0.0",

Diff for: tableExport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @preserve tableExport.jquery.plugin
33
*
4-
* Version 1.22.0
4+
* Version 1.25.0
55
*
66
* Copyright (c) 2015-2022 hhurz,
77
* https://github.com/hhurz/tableExport.jquery.plugin

Diff for: tableExport.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)