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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-18 11:45:25 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-12-18 11:45:25 +0300
commiteda767df550c20f9f1c6750311997beec2e4eb7a (patch)
tree5400211268563bd26e7e36aad6ae6596c2af4c44 /appinfo
parentc49453694b113f8abea6c2c6887ef9190da90335 (diff)
Update for nc13
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f3bf847..4116de5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,8 +4,8 @@
<id>twofactor_sms</id>
<name>Two Factor SMS Provider</name>
<summary>sms two-factor provider</summary>
- <description>A two-factor-auth provider for Nextcloud 11+</description>
- <version>0.2.2</version>
+ <description>A message-based two-factor-auth provider</description>
+ <version>0.3</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorSms</namespace>
@@ -14,7 +14,7 @@
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_sms/24a9ef4ec5acf6fa00958008118479c759147384/screenshots/challenge2.png</screenshot>
<dependencies>
- <nextcloud min-version="11" max-version="12"/>
+ <nextcloud min-version="13" max-version="13"/>
<php min-version="5.6" max-version="7.1"/>
</dependencies>