From e34d1b937be8dcac9b893df38e686a540c3c4f4c Mon Sep 17 00:00:00 2001 From: Guy Halford-Thompson Date: Mon, 13 Oct 2014 17:14:56 -0700 Subject: [PATCH] Bump release to 2.0.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4c9e22..06b8442 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Guy Halford-Thompson (http://guy.ht)", "name": "notp", "description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator", - "version": "2.0.2", + "version": "2.0.3", "homepage": "https://github.com/guyht/notp", "repository": { "type": "git", @@ -13,7 +13,7 @@ "test": "NODE_ENV=test mocha" }, "engines": { - "node": ">= v0.6.0" + "node": "> v0.6.0" }, "dependencies": {}, "devDependencies": {