From 74a9bedc0168c6e20950e38432b6dd4e98bfbd5b Mon Sep 17 00:00:00 2001 From: ewilly Date: Sun, 14 Nov 2021 14:57:50 +0100 Subject: [PATCH] Update to 2021.11.3 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6602325..37fb281 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Home automation platform", "fr": "Plateforme domotique" }, - "version": "2021.6.5~ynh1", + "version": "2021.11.3~ynh1", "url": "https://github.com/home-assistant/home-assistant", "license": "Apache-2.0", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 184e1a4..2fdec76 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # Release to install -VERSION=2021.6.5 +VERSION=2021.11.3 # Package dependencies PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5"