Version 1.2.1

This commit is contained in:
rxi 2014-03-27 17:57:19 +00:00
parent 9ff4637201
commit 89931c1ad8

View File

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