Skip to content

Commit

Permalink
Merge pull request #1672 from nextcloud/release/0.11.1
Browse files Browse the repository at this point in the history
Release v0.11.1
  • Loading branch information
ChristophWurst committed Apr 10, 2019
2 parents 4012b1d + d428c0e commit 025dfa0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.11.0",
"version": "0.11.1",
"description": "Mail app",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 025dfa0

Please sign in to comment.