From 2460325816ae687fed1d243c7ede24eaa36331a6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 31 Dec 2022 01:58:37 +0100 Subject: [PATCH] Updater bot : joplin updated to 2.10.5 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 931223f21..5e9a3509e 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.10.5 (31-12-2022) +- Update to latest version from etechonomy/joplin-server + ## 2.10.4 (25-12-2022) - Update to latest version from etechonomy/joplin-server - Breaking change: MAILER_SECURE replaced by MAILER_SECURITY diff --git a/joplin/config.json b/joplin/config.json index ef4edb924..11271fe43 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -48,6 +48,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.10.4", + "version": "2.10.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 819ef7a5f..aae8a73cf 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-12-2022", + "last_update": "31-12-2022", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.10.4" + "upstream_version": "2.10.5" }