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>2021-03-12 16:11:06 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-12 16:11:06 +0300
commit640122465e64dca4890f113079d5b67670dec8ed (patch)
tree1d59d3f0a85a3ed014ef7a5fa3be0259dbdaebac
parente2dd9a741a5c8c08a3fe0987ab923607a5961a96 (diff)
v1.9.3v1.9.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 110094dc5..ecf0233d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.9.3 – 2021-03-12
+### Fixed
+- Upgrade error from v1.9.1
+
## 1.9.2 – 2021-03-11
### Fixed
- Handling of IMAP messages without a Message-Id header
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5b765cb12..67da68b1e 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>1.9.2</version>
+ <version>1.9.3</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author>Christoph Wurst</author>
diff --git a/package-lock.json b/package-lock.json
index 2b33a6680..9dacd3a26 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.9.2",
+ "version": "1.9.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ff55ae71a..197725466 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.9.2",
+ "version": "1.9.3",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,