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 --- @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