Version 2.2.3

This commit is contained in:
rxi 2015-11-28 10:40:50 +00:00
parent faa5d8252f
commit a20a39c8ee

View File

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