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>2018-03-19 11:14:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-03-19 11:14:07 +0300
commitebf3b6c0c46aa45863fb1394bda54572c5988960 (patch)
tree9baa7592e0f36533e4c307b4630df7be095efa46 /appinfo/info.xml
parentcd0bc99206404bd3c781907edf674b071ba9121e (diff)
Fix some info.xml validation errors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9c913d3..754c0f4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,14 +5,13 @@
<name>Two Factor SMS Provider</name>
<summary>sms two-factor provider</summary>
<description>A message-based two-factor-auth provider</description>
- <version>0.4</version>
+ <version>0.4.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorSms</namespace>
- <category>auth</category>
+ <category>security</category>
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_sms/24a9ef4ec5acf6fa00958008118479c759147384/screenshots/challenge1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ChristophWurst/twofactor_sms/24a9ef4ec5acf6fa00958008118479c759147384/screenshots/challenge2.png</screenshot>
-
<dependencies>
<nextcloud min-version="14" max-version="14"/>
<php min-version="7.0" max-version="7.2"/>