Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Dec 28, 2011
1 parent 9f3e51c commit 0dc45e1
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions package.json
@@ -1,14 +1,21 @@
{ "name": "geddy"
, "version": "0.2.2"
, "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"
, "dependencies": {
{
"name": "geddy",
"version": "0.2.3",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
"dependencies": {
"jake": "0.1.x"
},
"bin": {
"geddy": "./bin/cli.js"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/mde/geddy.git"
},
"preferGlobal": true,
"devDependencies": {},
"engines": {
"node": "*"
}
, "bin": { "geddy": "./bin/cli.js" }
, "main": "./lib"
, "repository": {
"type": "git"
, "url": "https://github.com/mde/geddy.git"
}
, "preferGlobal": true
}
}

0 comments on commit 0dc45e1

Please sign in to comment.