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:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fabf4ca..9cc1aeb 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.4.0-alpha.1</version>
+ <version>6.4.0-alpha.2</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
@@ -23,6 +23,9 @@
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
</two-factor-providers>
+ <commands>
+ <command>OCA\TwoFactorTOTP\Command\CleanUp</command>
+ </commands>
<activity>
<settings>
<setting>OCA\TwoFactorTOTP\Activity\Setting</setting>