Update manifest.json for version 0.1.1-alpha

Updated version number and links in manifest.
This commit is contained in:
2026-01-14 10:43:18 +01:00
committed by GitHub
parent 15e6ae9ab7
commit 76715585ab

View File

@@ -1,12 +1,14 @@
{ {
"domain": "owncloud_backup", "domain": "owncloud_backup",
"name": "ownCloud Backup (WebDAV)", "name": "ownCloud Backup (WebDAV)",
"version": "0.1.0-alpha", "version": "0.1.1-alpha",
"documentation": "https://github.com/your-org/owncloud-backup-ha", "documentation": "https://github.com/bahmcloud/owncloud-backup-ha/",
"issue_tracker": "https://github.com/your-org/owncloud-backup-ha/issues", "issue_tracker": "https://github.com/bahmcloud/owncloud-backup-ha/",
"codeowners": [], "codeowners": [BAHMCLOUD],
"config_flow": true, "config_flow": true,
"integration_type": "service", "integration_type": "service",
"iot_class": "cloud_push", "iot_class": "cloud_push",
"requirements": [] "requirements": []
} }