From 614688421a3e775c5fc641cc715efcfd3f7bd593 Mon Sep 17 00:00:00 2001 From: flatsiedatsie Date: Mon, 13 Jan 2020 15:32:04 +0000 Subject: [PATCH] 0.0.2 Fixed reboot issue https://github.com/mozilla-iot/gateway-addon-python/issues/80 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d9f34c0..3e53f69 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "manifest_version": 1, "name": "Power Settings", "short_name": "Power", - "version": "0.0.1", + "version": "0.0.2", "web_accessible_resources": [ "css/*.css", "images/*.svg",