Skip to content

Commit

Permalink
Prep v0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed May 17, 2015
1 parent a2de0d9 commit 66bc094
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 28 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagre-d3",
"version": "0.4.5",
"version": "0.4.6",
"main": [
"dist/dagre-d3.core.js"
],
Expand Down
24 changes: 14 additions & 10 deletions dist/dagre-d3.core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dagre-d3.core.min.js

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions dist/dagre-d3.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions dist/dagre-d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = "0.4.5";
module.exports = "0.4.6";
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dagre-d3",
"version": "0.4.6-pre",
"version": "0.4.6",
"description": "A D3-based renderer for Dagre",
"author": "Chris Pettitt <chris@samsarin.com>",
"keywords": [
Expand Down Expand Up @@ -54,4 +54,4 @@
"url": "https://github.com/cpettitt/dagre-d3.git"
},
"license": "MIT"
}
}

0 comments on commit 66bc094

Please sign in to comment.