Version 2.2.2

This commit is contained in:
rxi 2015-09-28 21:45:14 +01:00
parent 8627638db0
commit 27278fb887

View File

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