From d600aedfd449ed52a5d378d41c021ac2a04606fd Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Apr 2025 01:57:07 +0200 Subject: [PATCH] Updater bot : joplin updated to 3.3.13 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 6a5bbd75b..cd9288cc2 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.13 (05-04-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.3.4 (08-03-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 d03da51e6..ee4c0c4f6 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.4", + "version": "3.3.13", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index 214f43d6d..ac6a6f943 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-03-2025", + "last_update": "05-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.3.4" + "upstream_version": "3.3.13" }