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>2022-10-12 18:06:47 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-12 18:06:47 +0300
commit5486ea1dcf20e41865a1c69e783c3205daf07a32 (patch)
tree368ac4756d82d0e065fa49c8273a167f89a45e5a
parent67cd43d45f565b0a31ce1d0e17439f4bc2b70a35 (diff)
Bump master version to a semantical 8.0.0-alpha0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index abfaaaa..4fd84e1 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>7.1.0</version>
+ <version>8.0.0-alpha.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index 32c1b9b..83b5638 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "twofactor_totp",
- "version": "6.5.0",
+ "version": "8.0.0-alpha0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "twofactor_totp",
- "version": "6.5.0",
+ "version": "8.0.0-alpha0",
"license": "agpl",
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
diff --git a/package.json b/package.json
index 39627a4..2c6d526 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "6.5.0",
+ "version": "8.0.0-alpha0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,