Skip to content

Commit

Permalink
Release 1.10.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Nov 8, 2020
1 parent bb01aa6 commit 1903660
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.20",
"version": "1.10.21",
"description": "html table export",
"main": "tableExport.js",
"authors": [
Expand All @@ -27,12 +27,14 @@
"globals"
],
"ignore": [
".git",
".idea",
"package.json",
"package-lock.json",
"libs",
"tools",
"node_modules",
"bower_components",
"test",
"tests"
"tools"
]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableexport.jquery.plugin",
"version": "1.10.20",
"version": "1.10.21",
"description": "html table export",
"main": "tableExport.min.js",
"dependencies": {
Expand Down Expand Up @@ -30,6 +30,9 @@
"license": "MIT",
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin/",
"ignore": [
".git",
".idea",
"bower.json",
"libs",
"test",
"tools",
Expand Down

0 comments on commit 1903660

Please sign in to comment.