Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed May 18, 2014
1 parent 0a8258d commit 0cc52cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lume.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details.
--

local lume = { _version = "1.3.1" }
local lume = { _version = "1.4.0" }

local pairs, ipairs = pairs, ipairs
local type, assert, unpack = type, assert, unpack or table.unpack
Expand Down

0 comments on commit 0cc52cd

Please sign in to comment.