Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-24 14:58:44 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-06-24 14:58:44 +0300
commit45eb546c99aa5ce6240a877bd1d97678909e0d15 (patch)
treed02e1669e71e28fe29ab681548eb3c49bb05d248
parenteda41e79429e57444a4923d3be4874a8d9de4c88 (diff)
Master will be v6.2 and support 23
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 574f617..4c572f1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor TOTP Provider</name>
<summary>TOTP two-factor provider</summary>
<description>A Two-Factor-Auth Provider for TOTP (RFC 6238)</description>
- <version>6.1.0</version>
+ <version>6.2.0-alpha.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
@@ -18,7 +18,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
<php min-version="7.3" max-version="8.0" />
- <nextcloud min-version="21" max-version="22" />
+ <nextcloud min-version="21" max-version="23" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>