From d8027db54d2bfce9a103f6c1417464acc6aaaf3c Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 31 Jul 2015 18:58:24 +0100 Subject: [PATCH] Version 2.2.0 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index a2e5cc6..dd7413a 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.1.0" } +local lume = { _version = "2.2.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack