diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 3846c4a34..1f8d05349 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.0.1 (27-07-2024) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 2.14.2 (20-01-2024) - Update to latest version from etechonomy/joplin-server diff --git a/joplin/config.json b/joplin/config.json index bdbae6f46..64cefbebf 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.2", + "version": "3.0.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index a23432462..0fd8bf098 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-01-2024", + "last_update": "27-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.14.2" + "upstream_version": "3.0.1" }