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:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-19 17:37:39 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-19 17:40:22 +0300
commit041901296857de4b02a3f6905a2cadfe912e49b9 (patch)
tree88a4dca8351a5503d81fe34a3d5c4db0368254f9
parentf8163eb4d1d6de67e781acb334329ad475983a23 (diff)
-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 9ad27f6..1620792 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.3.0-alpha.1</version>
+ <version>6.3.0-beta.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorTOTP</namespace>
diff --git a/package-lock.json b/package-lock.json
index 12174bd..e20a115 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "twofactor_totp",
- "version": "6.3.0",
+ "version": "6.3.0-beta.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "twofactor_totp",
- "version": "6.3.0",
+ "version": "6.3.0-beta.1",
"license": "agpl",
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
diff --git a/package.json b/package.json
index f9ad98d..3df6218 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "twofactor_totp",
"description": "Nextcloud TwoFactor TOTP",
- "version": "6.3.0",
+ "version": "6.3.0-beta.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,