mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2024-12-10 18:54:25 +00:00
Update Version.
This commit is contained in:
parent
b2f44feb5b
commit
debce6666e
5
tiny.lua
5
tiny.lua
@ -1,9 +1,6 @@
|
|||||||
--- @module tiny-ecs
|
--- @module tiny-ecs
|
||||||
-- @author Calvin Rose
|
-- @author Calvin Rose
|
||||||
local tiny = {}
|
local tiny = { _VERSION = "1.0.1" }
|
||||||
|
|
||||||
--- Tiny-ecs Version, a period-separated three number string like "1.2.3"
|
|
||||||
tiny._VERSION = "1.0.0"
|
|
||||||
|
|
||||||
-- Local versions of standard lua functions
|
-- Local versions of standard lua functions
|
||||||
local tinsert = table.insert
|
local tinsert = table.insert
|
||||||
|
Loading…
Reference in New Issue
Block a user