Update to 12.3.1

This commit is contained in:
alexbelgium
2021-08-28 21:12:06 +02:00
parent 8d21a85fa6
commit 5200af3688
2 changed files with 10 additions and 2 deletions

View File

@@ -1 +1,4 @@
## 12.3.1 (28-08-2021)
- Update to latest version from laurent22/joplin
- Initial release - Initial release

View File

@@ -1,6 +1,6 @@
{ {
"name": "Joplin", "name": "Joplin",
"version": "2.4.1", "version": "12.3.1",
"slug": "joplin", "slug": "joplin",
"description": "Self-hosted open source note-taking application", "description": "Self-hosted open source note-taking application",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
@@ -26,5 +26,10 @@
"POSTGRES_PORT": "int?", "POSTGRES_PORT": "int?",
"POSTGRES_HOST": "str?" "POSTGRES_HOST": "str?"
}, },
"arch": ["aarch64", "amd64", "armhf", "armv7"] "arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
} }