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>2022-06-13 10:28:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 10:28:15 +0300
commit04d41c63aee6ef897c3414c6a6f5ca4fb569832a (patch)
tree94a7fa6d3198dfafe3aeb83497f9c8dffadd8155
parent224dff4704dacb81a3a099535e9b828c4e5b126b (diff)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7e8e36..f304c70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 6.3.1 – 2022-06-13
+### Changed
+- App is now officially deprecated. Two-Factor WebAuthn can be used as replacement
+- Updated dependencies
+
## 6.3.0 – 2021-12-01
### Added
- Nextcloud 23 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 461aa32..2577cac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>⚠️ Deprecated ⚠️ Two-Factor U2F</name>
<summary>U2F two-factor provider (deprecated)</summary>
<description>Deprecated two-factor provider for U2F devices. The Two-Factor WebAuthn provider replaces this app.</description>
- <version>6.3.0</version>
+ <version>6.3.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorU2F</namespace>
diff --git a/package-lock.json b/package-lock.json
index 3e839fd..bf05e31 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "twofactor_u2f",
- "version": "6.3.0",
+ "version": "6.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "twofactor_u2f",
- "version": "6.3.0",
+ "version": "6.3.1",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index cc11c57..853c672 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_u2f",
- "version": "6.3.0",
+ "version": "6.3.1",
"description": "U2F second factor provider for Nextcloud",
"private": true,
"dependencies": {