From 2aa5c934cab52695a8c117b87d93d88d9c8cffe1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Mar 2023 01:59:18 +0100 Subject: [PATCH] Updater bot : joplin updated to 2.10.10 --- 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 f476ff126..8c2b21a6e 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.10.10 (11-03-2023) +- Update to latest version from etechonomy/joplin-server - Implemented healthcheck ## 2.10.9 (11-02-2023) diff --git a/joplin/config.json b/joplin/config.json index 32d1733df..3a5c5f324 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.9", + "version": "2.10.10", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index cc9b8ded1..eb9e16fb5 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "11-02-2023", + "last_update": "11-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.10.9" + "upstream_version": "2.10.10" }