Skip to content

Commit

Permalink
Release 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Dec 19, 2021
1 parent 1c8b7b3 commit a576bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.20.2",
"version": "1.21",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand All @@ -17,7 +17,6 @@
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
"dependencies": {
"jquery": ">=1.9.1",
"es6-promise": ">=4.2.4",
"file-saver": ">=2.0.1",
"html2canvas": "*",
"jspdf": ">=2.0.0",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.20.2",
"version": "1.21",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
"jquery": ">=1.9.1",
"es6-promise": ">=4.2.4",
"file-saver": ">=2.0.1",
"html2canvas": ">=1.0.0",
"jspdf": ">=2.0.0",
Expand Down

0 comments on commit a576bbb

Please sign in to comment.