Skip to content

Commit

Permalink
Prep v0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed May 23, 2015
1 parent d7df7df commit 901ae82
Show file tree
Hide file tree
Showing 7 changed files with 22 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.7",
"version": "0.4.8",
"main": [
"dist/dagre-d3.core.js"
],
Expand Down
8 changes: 6 additions & 2 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.

8 changes: 6 additions & 2 deletions dist/dagre-d3.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.7";
module.exports = "0.4.8";
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.8-pre",
"version": "0.4.8",
"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 901ae82

Please sign in to comment.