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 Jan 10, 2014
1 parent 052b7f4 commit e1a4b11
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
@@ -1 +1 @@
module.exports = '0.7.2';
module.exports = '0.7.3-pre';
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "graphlib",
"version": "0.7.2",
"version": "0.7.3-pre",
"description": "A directed and undirected multi-graph library",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,4 +28,4 @@
"url": "https://github.com/cpettitt/graphlib.git"
},
"license": "MIT"
}
}

0 comments on commit e1a4b11

Please sign in to comment.