Increased version to 1.1.0

This commit is contained in:
rxi 2014-03-04 23:12:50 +00:00
parent 8451a0817a
commit 1cc16ffacd

View File

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