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>2020-01-07 17:43:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-07 17:43:58 +0300
commitf2bae7ac404a68e1f2dcea32774519c7bc6351d9 (patch)
treee81269d87f5b6d1196f9a4afba37064312cc9846
parent0121c62d781709451b7cf4aac8288cd803c23204 (diff)
Version bumpv0.15.1
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.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ae14c2..a04e6ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.15.1 – 2020-01-07
+### Changed
+- New and updated translations
+- Updated dependencies
+
## 0.15.0 – 2019-12-10
### Added
- Spryng gateway support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7342870..05dbcdf 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.15.0</version>
+ <version>0.15.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>TwoFactorGateway</namespace>
diff --git a/package-lock.json b/package-lock.json
index caa2192..2a00bee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.15.0",
+ "version": "0.15.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bb82024..b7a4ad2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_gateway",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "A two-factor auth provider for Nextcloud",
"main": "index.js",
"directories": {