From 5794c9fc76182047d001ee0fd1d05437633df48d Mon Sep 17 00:00:00 2001 From: Nate Clark Date: Sun, 14 Nov 2021 17:14:36 -0500 Subject: [PATCH] bump version 3.0.1 --- src/lfs/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lfs/device.lua b/src/lfs/device.lua index f4f942e..bd078c5 100644 --- a/src/lfs/device.lua +++ b/src/lfs/device.lua @@ -2,7 +2,7 @@ local me = { id = "uuid:8f655392-a778-4fee-97b9-4825918" .. string.format("%x", node.chipid()), name = "Konnected", hwVersion = "3.0.0", - swVersion = "3.0.0", + swVersion = "3.0.1", http_port = math.floor(node.chipid()/1000) + 8000, urn = "urn:schemas-konnected-io:device:Security:1" }