Version 1.4.1

This commit is contained in:
rxi 2014-07-17 22:02:39 +01:00
parent d99bf9549a
commit f6174a4b68

View File

@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details. -- under the terms of the MIT license. See LICENSE for details.
-- --
local lume = { _version = "1.4.0" } local lume = { _version = "1.4.1" }
local pairs, ipairs = pairs, ipairs local pairs, ipairs = pairs, ipairs
local type, assert, unpack = type, assert, unpack or table.unpack local type, assert, unpack = type, assert, unpack or table.unpack