Skip to content

Commit

Permalink
Release 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Jul 3, 2023
1 parent 43f122a commit 6c88740
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Dependencies
Library | Version
--------|--------
[jQuery](https://github.com/jquery/jquery) | \>= 3.2.1
[FileSaver](https://github.com/eligrey/FileSaver.js) | \>= 2.0.1
[FileSaver](https://github.com/eligrey/FileSaver.js) | \>= 2.0.4
[html2canvas](https://github.com/niklasvh/html2canvas) | \>= 1.0.0
[jsPDF](https://github.com/MrRio/jsPDF) | \>=2.0.0
[pdfmake](https://github.com/bpampuch/pdfmake) | 0.1.71
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.27.0",
"version": "1.28.0",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand All @@ -17,7 +17,7 @@
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
"dependencies": {
"jquery": ">=1.9.1",
"file-saver": ">=2.0.1",
"file-saver": ">=2.0.4",
"html2canvas": "*",
"jspdf": ">=2.0.0",
"pdfmake": "^0.1.71"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.27.0",
"version": "1.28.0",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
"jquery": ">=3.2.1",
"file-saver": ">=2.0.1",
"file-saver": ">=2.0.4",
"html2canvas": ">=1.0.0",
"jspdf": ">=2.0.0",
"pdfmake": "^0.1.71",
Expand Down

0 comments on commit 6c88740

Please sign in to comment.