From f7f395f0d2fe0dbac2ff787c30216083b1f383ee Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Mar 2023 10:30:37 +0100 Subject: [PATCH] chore: Add Nextcloud 27 support on master Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 4fd84e14..86b4ea0c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Two-Factor TOTP Provider TOTP two-factor provider A Two-Factor-Auth Provider for TOTP (RFC 6238) - 8.0.0-alpha.0 + 8.1.0-alpha.0 agpl Christoph Wurst TwoFactorTOTP @@ -17,7 +17,7 @@ https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png - + OCA\TwoFactorTOTP\Provider\TotpProvider diff --git a/package.json b/package.json index 2c6d5260..8d017832 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twofactor_totp", "description": "Nextcloud TwoFactor TOTP", - "version": "8.0.0-alpha0", + "version": "8.1.0-alpha0", "author": "Christoph Wurst ", "license": "agpl", "private": true,