Skip to content

Commit

Permalink
Release 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Mar 17, 2018
1 parent 1d5e2fc commit 516d596
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Library | Version
[html2canvas](https://github.com/niklasvh/html2canvas) | >= 0.5.0-beta4
[jsPDF](https://github.com/MrRio/jsPDF) | 1.3.2 - 1.3.4
[jsPDF-AutoTable](https://github.com/simonbengtsson/jsPDF-AutoTable) | 2.0.14 or 2.0.17
[SheetJS](https://github.com/SheetJS/js-xlsx) | >= 0.12.5



Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.9.9",
"version": "1.9.10",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.9.9",
"version": "1.9.10",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
"jquery": ">=1.9.1",
"file-saver": ">=1.2.0",
"html2canvas": ">=0.5.0-beta4",
"jspdf": "1.3.2 - 1.3.4",
"jspdf-autotable": "2.0.14 || 2.0.17"
"jspdf-autotable": "2.0.14 || 2.0.17",
"xlsx": ">=0.12.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 516d596

Please sign in to comment.