diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 36091416d..5c85da3f0 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.3 (01-03-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.3.2 (21-02-2025) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) diff --git a/joplin/config.json b/joplin/config.json index d166bcb3e..ee46e57e3 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -111,6 +111,6 @@ "slug": "joplin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.2", + "version": "3.3.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index b37dc4af8..4594182f7 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.3.2" + "upstream_version": "3.3.3" }