Version 2.0.0

This commit is contained in:
rxi 2015-01-24 15:21:35 +00:00
parent c07194490b
commit c6ab30cf7d

View File

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