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 <ChristophWurst@users.noreply.github.com>2019-05-14 15:39:44 +0300
committerGitHub <noreply@github.com>2019-05-14 15:39:44 +0300
commita04a828c149bc0ec51f32de17be2c275f9fcaa2b (patch)
treec5c7479686de997557098d91cb927fc93e295df9
parent844a8ae8790aa135d13dd5c5e9456b9a27295e49 (diff)
parent366a3d9f3e6656bf52870106ea28f21f6fe4dde9 (diff)
Merge pull request #1756 from nextcloud/release/0.15.1v0.15.1
Release v0.15.1
-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 0d51683ad..026c7ac70 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.15.1 - 2019-05-14
+### Fixed
+- Cached Webpack chunks cause errors on upgrade
+### Changed
+- New and updated translations
+
## 0.15.0 - 2019-05-13
### Added
- Ability to mark folders as read
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 84ba43c53..73c3a1c11 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Mail</name>
<summary>IMAP web client</summary>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.15.0</version>
+ <version>0.15.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 fd44550e3..40c676eb4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.15.0",
+ "version": "0.15.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 76988c1cc..0ed1e230d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mail",
"description": "Nextcloud Mail",
- "version": "0.15.0",
+ "version": "0.15.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,