Skip to content

Commit

Permalink
Bump version and set as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Mar 7, 2014
1 parent 8afaa52 commit 7d6a1c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.1.5';
module.exports = '0.1.6-pre';
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.1.5",
"version": "0.1.6-pre",
"description": "A D3-based renderer for Dagre",
"keywords": [
"graph",
Expand Down Expand Up @@ -49,4 +49,4 @@
],
"harness": "mocha"
}
}
}

0 comments on commit 7d6a1c9

Please sign in to comment.