Increased version to 1.1.1

This commit is contained in:
rxi 2014-03-05 21:52:28 +00:00
parent 05828bd840
commit e6d47627cd

View File

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