Skip to content

Commit 5fb102b

Browse files
updated firmware
1 parent 4711a7a commit 5fb102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/install_dependencies.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function Install_dependencies()
55
local libs = {
66
{ url = "https://github.com/OUIsolutions/DoTheWorld/releases/download/10.0.1/doTheWorldOne.c", path = "dependencies/doTheWorldOne.c" },
77
{ url = "https://github.com/OUIsolutions/C-argv-parser/releases/download/0.0.1/CArgvParseOne.c", path = "dependencies/CArgvParseOne.c" },
8-
{url = "https://github.com/OUIsolutions/CWebStudio/releases/download/4.0.0/CWebStudioOne.c" , path = "dependencies/CWebStudioOne.c"},
8+
{url = "https://github.com/OUIsolutions/CWebStudio/releases/download/4.1.0/CWebStudioOne.c" , path = "dependencies/CWebStudioOne.c"},
99
}
1010
for _, lib in ipairs(libs) do
1111
local executor = function()

0 commit comments

Comments
 (0)