Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
c66a26f274
Коммит
be2fc92198
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 1.3.2 - 2020-04-16
|
||||||
|
## Fixed
|
||||||
|
- Initial synchronization on installations with high message UID numbers
|
||||||
|
|
||||||
## 1.3.1 - 2020-04-16
|
## 1.3.1 - 2020-04-16
|
||||||
## Fixed
|
## Fixed
|
||||||
- Also sync mailboxes before sync'ing messages in cron
|
- Also sync mailboxes before sync'ing messages in cron
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
|
- **🙈 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)!
|
- **📬 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>
|
]]></description>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Christoph Wurst</author>
|
<author>Christoph Wurst</author>
|
||||||
<author>Roeland Jago Douma</author>
|
<author>Roeland Jago Douma</author>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nextcloud-mail",
|
"name": "nextcloud-mail",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "nextcloud-mail",
|
"name": "nextcloud-mail",
|
||||||
"description": "Nextcloud Mail",
|
"description": "Nextcloud Mail",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
||||||
"license": "agpl",
|
"license": "agpl",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче