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-04-10 12:24:31 +0300
committerGitHub <noreply@github.com>2019-04-10 12:24:31 +0300
commit025dfa083ef90dba94f3261b1bbef07268e51b03 (patch)
tree3f2afa211e22ecd062b7d26a89323e56eb754eef
parent4012b1d592a6706aea41817292270c94bb23b538 (diff)
parentd428c0e4d477e590ff1d99bc10cbfcd6e0cd5c25 (diff)
Merge pull request #1672 from nextcloud/release/0.11.1v0.11.1
Release v0.11.1
-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 f29d81f24..25d8540d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.11.1 – 2019-04-10
+### Added
+- php7.3 support for Nextcloud 15
+
## 0.11.0 – 2018-10-16
### Added
- Nextcloud 15 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index baf227308..76c7db116 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.11.0</version>
+ <version>0.11.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 64f7f7b7a..ab74c9e4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.11.0",
+ "version": "0.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index db6c64e0a..a3faa04da 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.11.0",
+ "version": "0.11.1",
"description": "Mail app",
"main": "index.js",
"directories": {