Update Version.

This commit is contained in:
bakpakin 2015-04-22 17:24:59 +08:00
parent b2f44feb5b
commit debce6666e

View File

@ -1,9 +1,6 @@
--- @module tiny-ecs
-- @author Calvin Rose
local tiny = {}
--- Tiny-ecs Version, a period-separated three number string like "1.2.3"
tiny._VERSION = "1.0.0"
local tiny = { _VERSION = "1.0.1" }
-- Local versions of standard lua functions
local tinsert = table.insert