From aaae698123f03ffec78262f09d5b34ba14fee691 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 1 Oct 2015 09:21:59 -0400 Subject: [PATCH] Prepared to release 0.0.4. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e18e27b..57bd26e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hubot-hobbsbrook-cafe", "description": "get the hobbs cafe menu", - "version": "0.0.3", + "version": "0.0.4", "author": "Tommy Parnell ", "license": "MIT", "keywords": [ @@ -10,10 +10,10 @@ ], "repository": { "type": "git", - "url": "git://github.com/hubot-scripts/hubot-hobbsbrook-cafe.git" + "url": "git://github.com/tparnell8/hubot-hobbsbrook-cafe.git" }, "bugs": { - "url": "https://github.com/hubot-scripts/hubot-hobbsbrook-cafe/issues" + "url": "https://github.com/tparnell8/hubot-hobbsbrook-cafe/issues" }, "dependencies": { "cheerio": "^0.19.0",