Version 2.3.0

This commit is contained in:
rxi 2017-05-06 08:20:35 +01:00
parent c517bd7c12
commit b539dc74c7

View File

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