From 669875cc133ff2d120eb1f3737a1443a7fbf2b13 Mon Sep 17 00:00:00 2001 From: cdnninja Date: Tue, 14 Dec 2021 13:37:10 -0700 Subject: [PATCH] chore: Version re-order to release handles the lack of comma --- custom_components/eufy_security/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/eufy_security/manifest.json b/custom_components/eufy_security/manifest.json index e93bdad..96e5e51 100644 --- a/custom_components/eufy_security/manifest.json +++ b/custom_components/eufy_security/manifest.json @@ -5,7 +5,7 @@ "issue_tracker": "https://github.com/fuatakgun/eufy_security/issues", "dependencies": ["ffmpeg", "http"], "config_flow": true, + "version": "0.0.1", "codeowners": ["@fuatakgun"], - "requirements": ["websocket-client==1.1.0"], - "version": "0.0.1" + "requirements": ["websocket-client==1.1.0"] }