Skip to content

Commit

Permalink
Bumping version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Dec 3, 2010
1 parent 7bb393e commit f727e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jake.js
Expand Up @@ -17,7 +17,7 @@
*
*/

var JAKE_VERSION = '0.1.7'
var JAKE_VERSION = '0.1.8'
, jake
, args = process.argv.slice(2)
, fs = require('fs')
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name" : "jake"
, "version" : "0.1.7"
, "version" : "0.1.8"
, "author" : "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"
, "main" : "./lib/jake"
, "bin" : { "jake" : "./lib/jake.js" }
Expand Down

0 comments on commit f727e97

Please sign in to comment.