Updater bot : bazarr updated to 1.1.1

This commit is contained in:
alexbelgium
2022-09-01 01:55:24 +02:00
parent f344a7e63f
commit ef4f401b0e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.1.1 (01-09-2022)
- Update to latest version from linuxserver/docker-bazarr
## 1.1.0 (05-07-2022) ## 1.1.0 (05-07-2022)
- Update to latest version from linuxserver/docker-bazarr - Update to latest version from linuxserver/docker-bazarr

View File

@@ -81,6 +81,6 @@
}, },
"slug": "bazarr_nas", "slug": "bazarr_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.1.0", "version": "1.1.1",
"webui": "http://[HOST]:[PORT:6767]" "webui": "http://[HOST]:[PORT:6767]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "05-07-2022", "last_update": "01-09-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "bazarr", "slug": "bazarr",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-bazarr", "upstream_repo": "linuxserver/docker-bazarr",
"upstream_version": "1.1.0" "upstream_version": "1.1.1"
} }