Version bump; update changelog

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2018-01-09 14:10:12 +01:00
Родитель ee927bd8d1
Коммит 4ad65686fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
4 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.7.7 – 2018-01-10
### Added
- New and updated translations
- Editable account settings
## 0.7.6 – 2017-12-12
### Added
- Opt-out for external avatars (Gravatar, favicon)

Просмотреть файл

@ -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.7.6</version>
<version>0.7.7</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Jan-Christoph Borchardt</author>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.7.6",
"version": "0.7.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -6292,7 +6292,7 @@
"integrity": "sha1-79ISpKOWbTZHaE6ouniFSb4q7+8=",
"dev": true,
"requires": {
"es6-promise": "4.1.1",
"es6-promise": "4.2.2",
"extract-zip": "1.6.6",
"fs-extra": "1.0.0",
"hasha": "2.2.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "mail",
"version": "0.7.6",
"version": "0.7.7",
"description": "Mail app",
"main": "index.js",
"directories": {