Skip to content

Commit 7e1d806

Browse files
att
1 parent ca6cabb commit 7e1d806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/install_dependencies.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function Install_dependencies()
1212
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.10/SDK_OpenAI.h", path = "dependencies/SDK_OpenAI.h" },
1313
{url = "https://github.com/OUIsolutions/LuaCEmbed/releases/download/0.9.1/LuaCEmbed.c", path = "dependencies/LuaCEmbed.c"},
1414
{url = "https://github.com/OUIsolutions/LuaCEmbed/releases/download/0.9.1/LuaCEmbed.h", path = "dependencies/LuaCEmbed.h"},
15-
{url = "https://github.com/OUIsolutions/LuaDoTheWorld/releases/download/0.10.0/luaDoTheWorld_no_dep.c", path = "dependencies/luaDoTheWorld_no_dep.c"},
15+
{url = "https://github.com/OUIsolutions/LuaDoTheWorld/releases/download/0.11.0/luaDoTheWorld_no_dep.c", path = "dependencies/luaDoTheWorld_no_dep.c"},
1616
{url = "https://github.com/OUIsolutions/LuaFluidJson/releases/download/0.6.1/luaFluidJson_no_dep.c", path = "dependencies/luaFluidJson_no_dep.c"},
1717
{url="https://github.com/OUIsolutions/Lua-Bear/releases/download/0.3.1/luaBear_no_dep.c", path = "dependencies/luaBear_no_dep.c"},
1818
{url="https://github.com/OUIsolutions/CWebStudio/releases/download/4.0.0/CWebStudio.h", path = "dependencies/CWebStudio.h"},

luasrc/constants/app.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
private_vibescript.VERSION = "0.31.0"
1+
private_vibescript.VERSION = "0.32.0"

0 commit comments

Comments
 (0)