From e3ef3f37537eb9401f78d52245d25dc5cc28fcb0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 19 May 2023 22:19:30 +0200 Subject: [PATCH] Updater bot : joplin updated to 2.11.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 26b4a30ed..d4afef3f6 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.11.1 (19-05-2023) +- Update to latest version from etechonomy/joplin-server ### 2.10.11-3 (02-05-2023) - Minor bugs fixed ### 2.10.11-2 (02-05-2023) diff --git a/joplin/config.json b/joplin/config.json index 7e3c9f606..31347e1f6 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -96,6 +96,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.10.11-3", + "version": "2.11.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index c417ecc3a..23777020c 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "18-03-2023", + "last_update": "19-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.10.11" + "upstream_version": "2.11.1" }