From be2fc921982bf52b95f8f6b1933c588af6ae3a2a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 16 Apr 2020 18:59:59 +0200 Subject: [PATCH] Version bump Signed-off-by: Christoph Wurst --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b76c2997..108fe32f9 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.3.2 - 2020-04-16 +## Fixed +- Initial synchronization on installations with high message UID numbers + ## 1.3.1 - 2020-04-16 ## Fixed - Also sync mailboxes before sync'ing messages in cron diff --git a/appinfo/info.xml b/appinfo/info.xml index 7c9a8f598..4b806db4a 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)! ]]> - 1.3.1 + 1.3.2 agpl Christoph Wurst Roeland Jago Douma diff --git a/package-lock.json b/package-lock.json index e92c66b37..5708705d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eda19ccff..280b1acca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "1.3.1", + "version": "1.3.2", "author": "Christoph Wurst ", "license": "agpl", "private": true,