From c6ab30cf7d107cec105adee6e46915a968eee00c Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 24 Jan 2015 15:21:35 +0000 Subject: [PATCH] Version 2.0.0 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index 19aafef..5e67f04 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.5.0" } +local lume = { _version = "2.0.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack