fix update ver

This commit is contained in:
baldarn
2024-04-29 15:07:59 +02:00
parent 763abba934
commit 48edc95e2e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 2024.4.29-1 (29-04-2024)
- Fix docker build
## 2024.4.29 (29-04-2024) ## 2024.4.29 (29-04-2024)
- Fix wweb.js client issue (see https://github.com/pedroslopez/whatsapp-web.js/issues/2885) - Fix wweb.js client issue (see https://github.com/pedroslopez/whatsapp-web.js/issues/2885)

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "baldarn/whatsapper:2024.4.29", "aarch64": "baldarn/whatsapper:2024.4.28",
"amd64": "baldarn/whatsapper:2024.4.29" "amd64": "baldarn/whatsapper:2024.4.28"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -21,5 +21,5 @@
"slug": "whatsapper", "slug": "whatsapper",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
"version": "2024.4.29" "version": "2024.4.29-1"
} }