Skip to content

Commit

Permalink
Prep v0.4.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Jul 4, 2015
1 parent b0c4b7d commit 4d9a5bc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 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.8",
"version": "0.4.9",
"main": [
"dist/dagre-d3.core.js"
],
Expand Down
9 changes: 5 additions & 4 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.

9 changes: 5 additions & 4 deletions dist/dagre-d3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.8";
module.exports = "0.4.9";
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.9-pre",
"version": "0.4.9",
"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 4d9a5bc

Please sign in to comment.