From a20a39c8ee4274724a92baccf741a578a02de0fc Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 28 Nov 2015 10:40:50 +0000 Subject: [PATCH] Version 2.2.3 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index da13ad1..71295db 100644 --- a/lume.lua +++ b/lume.lua @@ -7,7 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- -local lume = { _version = "2.2.2" } +local lume = { _version = "2.2.3" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack