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" }