From 11b41179c171e697d88c8af7c850e3b4e41d9b95 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Tue, 30 May 2017 21:15:17 -0400 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c6f555..48769fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-totp", - "version": "1.4.0", + "version": "2.0.0", "description": "Generate Steam-style TOTP codes given a secret", "keywords": ["steam", "steam client", "steam guard"], "homepage": "https://github.com/DoctorMcKay/node-steam-totp",