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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-03 13:09:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-12-03 13:09:12 +0300
commit26c13bc035177ae100054e21ba97f61f6d8d5c50 (patch)
tree2fa098068fa56b594630134f41ace981509c6149
parente8b3f9fad89d50b9bd8df4a503f4d219ccc9002e (diff)
Version bumpv0.19.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 d468c76ee..47c91eade 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.19.1 - 2019-12–03
+### Changed
+- New and updated translations
+- Updated dependencies
+
## 0.19.0 - 2019-11–25
### Added
- php7.4 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e9ae7457e..d51bdf020 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>0.19.0</version>
+ <version>0.19.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index 865a1871d..49f6ee81c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "0.19.0",
+ "version": "0.19.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c1bc2078a..988f3cc4b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "0.19.0",
+ "version": "0.19.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,