Skip to content

Commit

Permalink
Release version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tregagnon committed May 25, 2015
1 parent 7c475b6 commit 4d69ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cli/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ var packageJSON = [
, ' "version": "0.0.1",'
, ' "private": true,'
, ' "dependencies": {'
, ' "maglev": "git+ssh://[email protected]/viadeo/maglev.git#v0.6.0",'
, ' "maglev": "git+ssh://[email protected]/viadeo/maglev.git#v0.6.1",'
, ' "bootable": "0.2.x",'
, ' "bootable-environment": "0.2.x",'
, ' "express": "4.x.x",'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maglev",
"version": "0.6.0",
"version": "0.6.1",
"description": "Fast and frictionless MVC web framework for Node.js.",
"keywords": [
"express",
Expand Down

0 comments on commit 4d69ebb

Please sign in to comment.