From 0cc52cd24e8534e88bb30857c9a6277a2d429cae Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 18 May 2014 08:46:28 +0100 Subject: [PATCH] Version 1.4.0 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index 992d450..6fb86b7 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 = "1.3.1" } +local lume = { _version = "1.4.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack