bump version

This commit is contained in:
Sami Samhuri 2010-11-28 22:36:03 -08:00
parent 274b6e4802
commit b23ab2fe01

View file

@ -1,7 +1,7 @@
{ "name" : "gitter" { "name" : "gitter"
, "description" : "GitHub client (API v2), inspired by pengwynn/octopussy" , "description" : "GitHub client (API v2), inspired by pengwynn/octopussy"
, "version" : "0.0.2" , "version" : "0.0.3"
, "homepage" : "http://samhuri.net/node/gitter" , "homepage" : "http://samhuri.net/proj/gitter"
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>" , "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
, "repository" : , "repository" :
{ "type" : "git" { "type" : "git"
@ -19,7 +19,8 @@
, "url" : "http://github.com/samsonjs/gitter/raw/master/LICENSE" , "url" : "http://github.com/samsonjs/gitter/raw/master/LICENSE"
} }
] ]
, "dependencies" : { "request" : "0.10.0 - 0.10.999" , "dependencies" :
, "vows" : "0.5.0 - 0.5.999" { "request" : "0.10.0 - 0.10.999"
} , "vows" : "0.5.0 - 0.5.999"
}
} }