diff --git a/data/computercraft/lua/bios.lua b/data/computercraft/lua/bios.lua index 3dee6d4..76dcfc6 100644 --- a/data/computercraft/lua/bios.lua +++ b/data/computercraft/lua/bios.lua @@ -1,4 +1,4 @@ -_G._HOST = _G._HOST .. " (LeonOS 0.1.0)" +_G._HOST = _G._HOST .. " (LeonOS 0.1.1)" local fs = rawget(_G, "fs") @@ -35,7 +35,7 @@ local rc = { _VERSION = { major = 0, minor = 1, - patch = 0 + patch = 1 }, queueEvent = pull(os, "queueEvent"), startTimer = pull(os, "startTimer"),