From eb05998ee6f78475bf6f64e2e345a32b49878e0f Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Wed, 28 Apr 2021 17:15:07 +0200 Subject: [PATCH] Add version to manifest.json --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7b33beb..70b5f74 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,6 @@ "dependencies": [ "http" ], - "iot_class": "cloud_polling" + "iot_class": "cloud_polling", + "version": "0.9.0" } \ No newline at end of file