From b23ab2fe0183d33a68a92f7866b5fc582e922924 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 28 Nov 2010 22:36:03 -0800 Subject: [PATCH] bump version --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fdf036..d9ad271 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "gitter" , "description" : "GitHub client (API v2), inspired by pengwynn/octopussy" -, "version" : "0.0.2" -, "homepage" : "http://samhuri.net/node/gitter" +, "version" : "0.0.3" +, "homepage" : "http://samhuri.net/proj/gitter" , "author" : "Sami Samhuri " , "repository" : { "type" : "git" @@ -19,7 +19,8 @@ , "url" : "http://github.com/samsonjs/gitter/raw/master/LICENSE" } ] -, "dependencies" : { "request" : "0.10.0 - 0.10.999" - , "vows" : "0.5.0 - 0.5.999" - } +, "dependencies" : + { "request" : "0.10.0 - 0.10.999" + , "vows" : "0.5.0 - 0.5.999" + } } \ No newline at end of file