Version 1.3.0

This commit is contained in:
rxi
2014-04-17 20:52:54 +01:00
parent 841cee30e1
commit 09847bd266

View File

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