Version 2.2.0

This commit is contained in:
rxi 2015-07-31 18:58:24 +01:00
parent 6bff74e856
commit d8027db54d

View File

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