Updater bot : joplin updated to 2.14.2

This commit is contained in:
alexbelgium
2024-01-20 01:58:41 +01:00
parent f9e8cc4a37
commit d6dca5ce7d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.14.2 (20-01-2024)
- Update to latest version from etechonomy/joplin-server
## 2.14.1 (23-12-2023) ## 2.14.1 (23-12-2023)
- Update to latest version from etechonomy/joplin-server - Update to latest version from etechonomy/joplin-server

View File

@@ -107,6 +107,6 @@
"slug": "joplin", "slug": "joplin",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.14.1", "version": "2.14.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "23-12-2023", "last_update": "20-01-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "joplin", "slug": "joplin",
"source": "github", "source": "github",
"upstream_repo": "etechonomy/joplin-server", "upstream_repo": "etechonomy/joplin-server",
"upstream_version": "2.14.1" "upstream_version": "2.14.2"
} }