From 0e4256ef0d84f4815e221c14022f26254bdc8398 Mon Sep 17 00:00:00 2001 From: rxi Date: Sun, 21 Dec 2014 12:25:38 +0000 Subject: [PATCH] Version 1.5.0 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index 3a93f8c..23fc682 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.4.1" } +local lume = { _version = "1.5.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack