Skip to content

Commit

Permalink
update version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Jul 27, 2017
1 parent a4d847a commit bab7edb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/dabeng/OrgChart",
"authors": [
"dabeng <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orgchart",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.js",
"style": [
Expand Down Expand Up @@ -34,5 +34,9 @@
"font-awesome": "^4.6.3",
"jquery-mockjax": "^2.2.0",
"html2canvas": "^0.5.0-beta4"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^3.4.2"
}
}

0 comments on commit bab7edb

Please sign in to comment.