Updater bot : scrutiny_fa updated to v0.7.1

This commit is contained in:
alexbelgium
2023-04-15 02:02:07 +02:00
parent d3fcb6ffb9
commit 493ddeee9a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## v0.7.1 (15-04-2023)
- Update to latest version from analogj/scrutiny
## v0.7.0 (08-04-2023) ## v0.7.0 (08-04-2023)
- Update to latest version from analogj/scrutiny - Update to latest version from analogj/scrutiny
- Implemented healthcheck - Implemented healthcheck

View File

@@ -48,5 +48,5 @@
"slug": "scrutiny_fa", "slug": "scrutiny_fa",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.7.0" "version": "v0.7.1"
} }

View File

@@ -1,10 +1,10 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "08-04-2023", "last_update": "15-04-2023",
"paused": false, "paused": false,
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "scrutiny_fa", "slug": "scrutiny_fa",
"source": "github", "source": "github",
"upstream_repo": "analogj/scrutiny", "upstream_repo": "analogj/scrutiny",
"upstream_version": "v0.7.0" "upstream_version": "v0.7.1"
} }