From aeac4e6b480fcb3e0c8f33c1af433d9dd0296a0e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 8 Nov 2022 01:58:09 +0100 Subject: [PATCH] Updater bot : joplin updated to 2.9.7 --- 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 e673188c0..345ae8fe8 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.9.7 (08-11-2022) +- Update to latest version from etechonomy/joplin-server + ## 2.9.5 (13-10-2022) - Update to latest version from etechonomy/joplin-server - Add codenotary sign diff --git a/joplin/config.json b/joplin/config.json index 7e4eea93d..0ffb06535 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -44,6 +44,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.9.5", + "version": "2.9.7", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 46ddcd9fc..72a9b2325 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "13-10-2022", + "last_update": "08-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.9.5" + "upstream_version": "2.9.7" }