From a6744d4ab3d11889636c923003dcc487a8152bb9 Mon Sep 17 00:00:00 2001 From: rxi Date: Sat, 28 Feb 2015 21:03:42 +0000 Subject: [PATCH] Version 2.1.0 --- lume.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lume.lua b/lume.lua index a02a7d5..5d8e45c 100644 --- a/lume.lua +++ b/lume.lua @@ -1,13 +1,13 @@ -- -- lume -- --- Copyright (c) 2015, rxi +-- Copyright (c) 2015 rxi -- -- This library is free software; you can redistribute it and/or modify it -- under the terms of the MIT license. See LICENSE for details. -- -local lume = { _version = "2.0.0" } +local lume = { _version = "2.1.0" } local pairs, ipairs = pairs, ipairs local type, assert, unpack = type, assert, unpack or table.unpack