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:
authorJoas Schilling <coding@schilljs.com>2022-04-15 00:46:24 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-15 00:46:24 +0300
commit688d71e2545ae455195285c5feaec365a79dcd15 (patch)
tree9e84ddc973ff02fbf13898ee5b369c945c98a4e2
parentb9ec4cf4f03ba85684ce2cfb9c52aa96d07a8637 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ebf44e9..9ad27f6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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="24" />
+ <nextcloud min-version="21" max-version="25" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>