From e58a8c0c6079ec143dd10310e592aa2539863a28 Mon Sep 17 00:00:00 2001 From: Ian Geckeler Date: Mon, 8 Jul 2019 22:19:54 -0400 Subject: [PATCH] 2.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e20ac63..cc3aadd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "two-auth", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd7d041..681eb3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-auth", - "version": "2.0.1", + "version": "2.0.2", "description": "Implement two-factor SMS authentication with the Twilio API in three lines of code.", "main": "index.js", "scripts": {