From e6a2ef09546d8f2ea4d19ecbd744ea1501174b01 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 13 May 2014 10:26:02 +1000 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebe13f2..77c8ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghauth", - "version": "0.1.0", + "version": "0.1.1", "description": "Create and load persistent GitHub authentication tokens for command-line apps", "main": "ghauth.js", "scripts": {},