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