Increased version to 1.0.9

This commit is contained in:
rxi 2014-03-02 21:31:33 +00:00
parent f2877dbd6e
commit bfcc23d285

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.8" } local lume = { _version = "1.0.9" }
function lume.clamp(x, min, max) function lume.clamp(x, min, max)