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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 15:40:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 15:41:24 +0300
commit70ef0cdfcfa347c0020e6a17dbf88ec754d2c48b (patch)
treeb1a47dbe35bedf5d2dd9aac7c30abf463bda4b6e /appinfo/info.xml
parentd8aedc4c3e5d553d065808038e6e47bcc98a003b (diff)
add changelog and set version to 1.01.0.0-beta1
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 1b67e73..95b8b9a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Two Factor U2F</name>
<summary>U2F two-factor provider</summary>
<description>A two-factor provider for U2F devices</description>
- <version>0.1.1</version>
+ <version>1.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>
@@ -24,7 +24,7 @@
<two-factor-providers>
<provider>OCA\TwoFactorU2F\Provider\U2FProvider</provider>
</two-factor-providers>
-
+
<activity>
<settings>
<setting>OCA\TwoFactorU2F\Activity\Setting</setting>