From 076ca7972c5aa9a714933c6f5bc9921b46128813 Mon Sep 17 00:00:00 2001 From: rxi Date: Wed, 23 Apr 2014 20:11:00 +0100 Subject: [PATCH] Version 1.3.1 --- lume.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lume.lua b/lume.lua index 1a1927f..fee0bcf 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.0" } +local lume = { _version = "1.3.1" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack