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>2017-03-21 15:07:40 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-21 15:07:40 +0300
commita404a2d4ff821e8323f70d52ae4cb97e861874a0 (patch)
treea7e4bbf65af40c5c6b43d289dcee5e5374465257 /appinfo/info.xml
parent2ca391ebd233e061856a5bed53b0842ff1b9ad43 (diff)
Version bump to 1.2.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e7d98fd..63522cd 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>1.1.0</version>
+ <version>1.2.0</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="5.6" max-version="7.1" />
- <nextcloud min-version="11" max-version="12" />
+ <nextcloud min-version="12" max-version="12" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>