From 673223a2fc2f069ad31c3c00ef005522ce9fdd71 Mon Sep 17 00:00:00 2001 From: RobThree Date: Mon, 6 Nov 2017 18:54:34 +0100 Subject: [PATCH] * Upped version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4c1375..1ea66ab 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.6", + "version": "1.6.1", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth",