Updater bot : social_to_mealie updated to 1.6.1

This commit is contained in:
alexbelgium
2026-03-21 01:30:14 +01:00
parent a5a0862498
commit 56135c39ca
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.6.1 (2026-03-21)
- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases)
## 1.6.0 (2026-03-07) ## 1.6.0 (2026-03-07)
- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases) - Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases)

View File

@@ -1,5 +1,5 @@
name: Social to Mealie name: Social to Mealie
version: "1.6.0" version: "1.6.1"
slug: social_to_mealie slug: social_to_mealie
description: Import recipes from social media directly into Mealie description: Import recipes from social media directly into Mealie
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons

View File

@@ -1,10 +1,10 @@
{ {
"dockerhub_by_date": true, "dockerhub_by_date": true,
"dockerhub_list_size": 2, "dockerhub_list_size": 2,
"last_update": "2026-03-07", "last_update": "2026-03-21",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "social_to_mealie", "slug": "social_to_mealie",
"source": "github", "source": "github",
"upstream_repo": "GerardPolloRebozado/social-to-mealie", "upstream_repo": "GerardPolloRebozado/social-to-mealie",
"upstream_version": "1.6.0" "upstream_version": "1.6.1"
} }