Version 2.2.1

This commit is contained in:
rxi 2015-08-30 19:47:53 +01:00
parent 16848d83a5
commit 258e523219

View File

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