Updater bot : joplin updated to 2.10.10

This commit is contained in:
alexbelgium
2023-03-11 01:59:18 +01:00
parent f59353c504
commit 2aa5c934ca
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.10.10 (11-03-2023)
- Update to latest version from etechonomy/joplin-server
- Implemented healthcheck - Implemented healthcheck
## 2.10.9 (11-02-2023) ## 2.10.9 (11-02-2023)

View File

@@ -48,6 +48,6 @@
}, },
"slug": "joplin", "slug": "joplin",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.10.9", "version": "2.10.10",
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "11-02-2023", "last_update": "11-03-2023",
"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.10.9" "upstream_version": "2.10.10"
} }