diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index ad9768814..f27c0ada4 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.14.2 (20-01-2024) +- Update to latest version from etechonomy/joplin-server + ## 2.14.1 (23-12-2023) - Update to latest version from etechonomy/joplin-server diff --git a/joplin/config.json b/joplin/config.json index a514d0351..bdbae6f46 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -107,6 +107,6 @@ "slug": "joplin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.14.1", + "version": "2.14.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 211065f74..a23432462 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-12-2023", + "last_update": "20-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.14.1" + "upstream_version": "2.14.2" }