From 98b54c8327478832120067d6c5f025c5b2ed9dc4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 25 Feb 2021 08:48:14 +0100 Subject: [PATCH] Allow absence build.json --- addons_updater/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index ce1bbe599..e432f5ec3 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -1,6 +1,6 @@ { "name": "Addons_Updater", - "version": "2.1", + "version": "2.2", "slug": "updater", "description": "Automatic addons update by aligning version tag with upstream releases", "url": "https://github.com/alexbelgium/hassio-addons",