Merge pull request #1504 from baldarn/master

[WHATSAPPER] update to 1.0.2
This commit is contained in:
Alexandre
2024-08-05 17:27:21 +02:00
committed by GitHub
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.2 (04-08-2024)
- Update to latest version from baldarn/whatsapper (changelog : https://github.com/baldarn/whatsapper/releases)
## 1.0.1-2 (05-08-2024)
- Minor bugs fixed

View File

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

View File

@@ -20,5 +20,5 @@
"slug": "whatsapper",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
"version": "1.0.1-2"
"version": "1.0.2"
}

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "2024",
"last_update": "25-07-2024",
"last_update": "04-08-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "whatsapper",
"source": "github",
"upstream_repo": "baldarn/whatsapper",
"upstream_version": "1.0.1"
"upstream_version": "1.0.2"
}