Updated version number

This commit is contained in:
rxi 2014-02-27 22:55:19 +00:00
parent e40f51c811
commit 072e3149c2

View File

@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details. -- under the terms of the MIT license. See LICENSE for details.
-- --
local lume = { _version = "1.0.0" } local lume = { _version = "1.0.1" }
function lume.clamp(x, min, max) function lume.clamp(x, min, max)