From 5afcb45282f1c75562a48d479ecd1732c9bdb11b Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Wed, 20 Oct 2021 14:19:55 +0200 Subject: [PATCH] Update composer.json Upped version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 847b2f8..b32e3bc 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.8.0", + "version": "1.8.1", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth",