Version 1.3.1

This commit is contained in:
rxi 2014-04-23 20:11:00 +01:00
parent c2311f9821
commit 076ca7972c

View File

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