From 83e5d454a02684e45552aac8071692d09ac1a0d8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Jun 2023 02:02:59 +0200 Subject: [PATCH] Updater bot : tandoor_recipes updated to 1.5.1 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.json | 2 +- tandoor_recipes/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index bd5d708dd..5c2738d80 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.1 (24-06-2023) +- Update to latest version from TandoorRecipes/recipes ### 1.4.12-4 (23-06-2023) - Minor bugs fixed - Feat : allow mapping to /share and /media diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index cdebf7223..6a05eb2db 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -99,5 +99,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.12-4" + "version": "1.5.1" } diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index 4b1c9f4d9..f4b61e251 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-05-2023", + "last_update": "24-06-2023", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "1.4.12" + "upstream_version": "1.5.1" }