diff --git a/lume.lua b/lume.lua index 3a93f8c..23fc682 100644 --- a/lume.lua +++ b/lume.lua @@ -7,7 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- -local lume = { _version = "1.4.1" } +local lume = { _version = "1.5.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack