Skip to content

Commit

Permalink
rev for 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Apr 24, 2015
1 parent 2d3867e commit b99b270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config.js
Expand Up @@ -15,7 +15,7 @@
homeDir = require('./homeDir'),
overrideConfigUrl = path.join(homeDir, '.voloconfig'),
localConfigUrl = path.join(homeDir, '.voloconfiglocal'),
version = '0.3.4',
version = '0.3.5',

data, overrideConfig, localConfig, contents;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "volo",
"description": "A JavaScript dependency manager and project creation tool that favors GitHub for the package repository.",
"version": "0.3.4",
"version": "0.3.5",
"homepage": "http://github.com/volojs/volo",
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",

Expand Down

0 comments on commit b99b270

Please sign in to comment.