mirror of
https://github.com/TangentFoxy/lume.git
synced 2024-11-19 07:04:24 +00:00
Version 2.1.0
This commit is contained in:
parent
c3c2d31d37
commit
a6744d4ab3
4
lume.lua
4
lume.lua
@ -1,13 +1,13 @@
|
|||||||
--
|
--
|
||||||
-- lume
|
-- lume
|
||||||
--
|
--
|
||||||
-- Copyright (c) 2015, rxi
|
-- Copyright (c) 2015 rxi
|
||||||
--
|
--
|
||||||
-- This library is free software; you can redistribute it and/or modify it
|
-- This library is free software; you can redistribute it and/or modify it
|
||||||
-- 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 = "2.0.0" }
|
local lume = { _version = "2.1.0" }
|
||||||
|
|
||||||
local pairs, ipairs = pairs, ipairs
|
local pairs, ipairs = pairs, ipairs
|
||||||
local type, assert, unpack = type, assert, unpack or table.unpack
|
local type, assert, unpack = type, assert, unpack or table.unpack
|
||||||
|
Loading…
Reference in New Issue
Block a user