From f6cd5a143e428d5643873bdde7c742e90c912055 Mon Sep 17 00:00:00 2001 From: Mark Bao Date: Sat, 23 Jan 2016 13:16:10 -0500 Subject: [PATCH] [version] Bump to 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faf4ba5..27c4e0d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Mark Bao (http://markbao.com/)", "name": "speakeasy", "description": "Easy two-factor authentication with node.js. Time-based or counter-based (HOTP/TOTP), and supports the Google Authenticator mobile app. Also includes a key generator. Uses the HMAC One-Time Password algorithms.", - "version": "1.0.4", + "version": "1.0.5", "homepage": "http://github.com/markbao/speakeasy", "repository": { "type": "git",