From 608c266ae147938cde232d25d5422fcfa44fd765 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 02:00:09 +0200 Subject: [PATCH] Updater bot : joplin updated to 2.13.1 --- 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 9911db25942..fbc5985c224 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.13.1 (23-09-2023) +- Update to latest version from etechonomy/joplin-server + ## 2.12.1 (15-07-2023) - Update to latest version from etechonomy/joplin-server diff --git a/joplin/config.json b/joplin/config.json index 99279974d14..af6cf05e5be 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -96,6 +96,6 @@ }, "slug": "joplin", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.12.1", + "version": "2.13.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index dc260417278..1393b70627a 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-07-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "2.12.1" + "upstream_version": "2.13.1" }