From a813bf7ede55bddb789195e17dcf1bc69aa0f58f Mon Sep 17 00:00:00 2001 From: RobThree Date: Wed, 6 Jun 2018 01:58:26 +0200 Subject: [PATCH] * Upped version to 1.6.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 384491c..d3231e6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.6.2", + "version": "1.6.3", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth",