From 435a20bfd9dee47cd60e791809fb3bf54c68e8f9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Jun 2023 01:59:15 +0200 Subject: [PATCH] Updater bot : joplin updated to 2.11.2 --- 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 d4afef3f6..535bf9df5 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.11.2 (24-06-2023) +- Update to latest version from etechonomy/joplin-server + ## 2.11.1 (19-05-2023) - Update to latest version from etechonomy/joplin-server ### 2.10.11-3 (02-05-2023) diff --git a/joplin/config.json b/joplin/config.json index 31347e1f6..2e19224b1 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -96,6 +96,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.11.1", + "version": "2.11.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 23777020c..e03709d30 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-05-2023", + "last_update": "24-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.11.1" + "upstream_version": "2.11.2" }