Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 26, 2011
1 parent e51cae2 commit 6086176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,11 +12,11 @@ Build Jake:


cd jake && make && sudo make install cd jake && make && sudo make install


### Installing with [npm](http://npmjs.org/) ### Installing with [NPM](http://npmjs.org/)


npm install jake npm install -g jake


Or, get the code, and `npm link` in the code root. Note that Jake is a system-level tool, and wants to be installed globally.


### Installing on Windows ### Installing on Windows


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "jake" { "name": "jake"
, "version": "0.1.20" , "version": "0.1.21"
, "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)" , "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"
, "bin": { "jake": "./bin/cli.js" } , "bin": { "jake": "./bin/cli.js" }
, "main": "./lib" , "main": "./lib"
Expand Down

0 comments on commit 6086176

Please sign in to comment.