From 29443f94e54c470e6a79834cf072f6e0818bd5af Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Feb 2022 08:18:13 +0100 Subject: [PATCH] Updater bot : joplin updated to 2.7.4 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 14 ++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index aa96071a0..cf83ff850 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.7.4 (12-02-2022) +- Update to latest version from etechonomy/joplin-server ## 2.6.10 (20-12-2021) - Update to latest version from laurent22/joplin diff --git a/joplin/config.json b/joplin/config.json index 6ac807023..1a91062f1 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -1,7 +1,7 @@ { "name": "Joplin Server", - "version": "2.6.10", - "upstream": "2.6.10", + "version": "2.7.4", + "upstream": "2.7.4", "slug": "joplin", "description": "Self-hosted open source note-taking application", "url": "https://github.com/alexbelgium/hassio-addons", @@ -13,7 +13,9 @@ "ports_description": { "22300/tcp": "Web interface" }, - "map": ["ssl"], + "map": [ + "ssl" + ], "environment": { "APP_PORT": "22300" }, @@ -37,5 +39,9 @@ "MAILER_NOREPLY_NAME": "str?", "MAILER_NOREPLY_EMAIL": "str?" }, - "arch": ["aarch64", "amd64", "armv7"] + "arch": [ + "aarch64", + "amd64", + "armv7" + ] }