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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-28 15:28:36 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-08-28 15:28:36 +0300
commitcbd878de561de739601fecdb15c1214aae3b7b5c (patch)
tree59236925a1ceb8a010f3c9e8faa625258541661e
parent1cf208c24bb9cf14cdb1321b05b65a08cb7fad9a (diff)
Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90422e1..0474176 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.14.1 – 2019-08-28
+### Changed
+- New and updated translations
+### Fixed
+- Vulnerabilities in npm dependencies
+
## 0.14.0 – 2019-05-14
### Added
- Nextcloud 16 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e8b1933..93c270b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Two-Factor Gateway</name>
<summary>Two-factor gateway providers (SMS, Telegram, Signal)</summary>
<description>A set of Nextcloud two-factor providers to send authentication codes via Signal, SMS and Telegram.</description>
- <version>0.14.0</version>
+ <version>0.14.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
diff --git a/package-lock.json b/package-lock.json
index 33eab26..d0e0efd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.14.0",
+ "version": "0.14.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9212828..ecfdbef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.14.0",
+ "version": "0.14.1",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {