Skip to content

Commit 1d1cd9f

Browse files
committed
bump app verison
1 parent bf2905e commit 1d1cd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lfs/device.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local me = {
22
id = "uuid:8f655392-a778-4fee-97b9-4825918" .. string.format("%x", node.chipid()),
33
name = "Konnected",
44
hwVersion = "3.0.0",
5-
swVersion = "3.1.4",
5+
swVersion = "3.1.5",
66
http_port = math.floor(node.chipid()/1000) + 8000,
77
urn = "urn:schemas-konnected-io:device:Security:1"
88
}

0 commit comments

Comments
 (0)