From 0b084610926f96a29abacaaf22ba5fbaebd2b69d Mon Sep 17 00:00:00 2001 From: Luke Plaster Date: Sat, 12 Oct 2013 15:54:42 +0200 Subject: [PATCH] Bumped version to 0.1.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 50bbf9d..51e0701 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "gift" -, "version": "0.0.6" +, "version": "0.1.0" , "description": "a Git wrapper library" , "keywords": ["git"] -, "homepage": "https://github.com/sentientwaffle/gift" -, "bugs": {"url": "https://github.com/sentientwaffle/gift/issues"} +, "homepage": "https://github.com/notatestuser/gift" +, "bugs": {"url": "https://github.com/notatestuser/gift/issues"} , "author": { "name": "sentientwaffle" , "url": "http://sentientwaffle.github.com/" @@ -18,7 +18,7 @@ , "repository": { "type": "git" - , "url": "https://github.com/sentientwaffle/gift.git" + , "url": "https://github.com/notatestuser/gift.git" } , "dependencies": {"underscore": "1.x.x"}