Version 1.2.0

This commit is contained in:
rxi 2014-03-18 12:12:38 +00:00
parent 4ba373c2d1
commit a234e36975

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.1.2" } local lume = { _version = "1.2.0" }
local pairs, ipairs = pairs, ipairs local pairs, ipairs = pairs, ipairs
local type, assert, unpack = type, assert, unpack local type, assert, unpack = type, assert, unpack