Version 1.4.0

This commit is contained in:
rxi 2014-05-18 08:46:28 +01:00
parent 0a8258d608
commit 0cc52cd24e

View File

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