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:
authorGreta <gretadoci@gmail.com>2022-10-18 20:57:16 +0300
committerGitHub <noreply@github.com>2022-10-18 20:57:16 +0300
commitdc668524a7e01ae398955400d63b142fa6b56f04 (patch)
tree4121c003a3e469f1049407e2e3e892ff0ad11bf3
parent75d8ed623d38e14f045633bdd81e5013f7096275 (diff)
parent2d8d2269afd10568de5899d28940fd9eddada103 (diff)
Merge pull request #7451 from nextcloud/release/2.0.3v2.0.3
Release 2.0.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a391d7fe2..d49e5e273 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.0.3 – 2022-10-18
+### Fixed
+- Signature above quote
+
## 2.0.2 – 2022-10-17
### Fixed
- Modal glitches on Firefox when toggling autoresponder
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 542eb58a3..8f18d3544 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>2.0.2</version>
+ <version>2.0.3</version>
<licence>agpl</licence>
<author>Greta Doçi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 442633c06..044d70112 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.0.2",
+ "version": "2.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.0.2",
+ "version": "2.0.3",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 27c5eb5aa..57889fdb7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.0.2",
+ "version": "2.0.3",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,