diff --git a/core/ConfigValidator.lua b/core/ConfigValidator.lua index c792f75..17d1c28 100644 --- a/core/ConfigValidator.lua +++ b/core/ConfigValidator.lua @@ -15,7 +15,7 @@ lang = { footer = "string", refundRemaining = "string", - refundOutofStock = "string", + refundOutOfStock = "string", refundAtLeastOne = "string", refundInvalidProduct = "string", refundNoProduct = "string", diff --git a/radon.lua b/radon.lua index baec319..3e671d3 100644 --- a/radon.lua +++ b/radon.lua @@ -1,7 +1,7 @@ local oldPullEvent = os.pullEvent os.pullEvent = os.pullEventRaw -local version = "1.1.0" +local version = "1.1.1" --- Imports local _ = require("util.score")