From 9902a5bb1d7ac884747aeb73de8351e5d2d014ef Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Dec 2023 01:59:25 +0100 Subject: [PATCH] Updater bot : joplin updated to 2.14.1 --- 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 d6b73803f..ad9768814 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.14.1 (23-12-2023) +- Update to latest version from etechonomy/joplin-server + ## 2.13.5 (19-11-2023) - Update to latest version from etechonomy/joplin-server diff --git a/joplin/config.json b/joplin/config.json index 8c258f205..f0c14da6c 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -100,6 +100,6 @@ "slug": "joplin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.13.5-3", + "version": "2.14.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index c621bc9e2..211065f74 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-11-2023", + "last_update": "23-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.13.5" + "upstream_version": "2.14.1" }