From a234e369755d75013e43e2cdf88613d3bb484f7c Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 18 Mar 2014 12:12:38 +0000 Subject: [PATCH] Version 1.2.0 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index 70bb7d3..b50526b 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.1.2" } +local lume = { _version = "1.2.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack