From dcb32032d0e948d005259222bb532670bd4830c9 Mon Sep 17 00:00:00 2001 From: Gerald Yeo Date: Fri, 21 Aug 2015 23:22:09 +0800 Subject: [PATCH] 2.0.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1fcec417..931432c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otplib", - "version": "2.0.0-beta", + "version": "2.0.0", "description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library", "main": "src/index.js", "scripts": { @@ -10,7 +10,7 @@ "repository": { "type": "git", "url": "https://github.com/yeojz/otplib.git" - }, + }, "keywords": [ "otp", "totp", @@ -28,7 +28,7 @@ "license": "MIT", "bugs": { "url": "https://github.com/yeojz/otplib/issues" - }, + }, "homepage": "https://github.com/yeojz/otplib", "devDependencies": { "browserify": "^8.1.1",