From debce6666e5a1d5f223944ed29033717a4030f1e Mon Sep 17 00:00:00 2001 From: bakpakin Date: Wed, 22 Apr 2015 17:24:59 +0800 Subject: [PATCH] Update Version. --- tiny.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tiny.lua b/tiny.lua index a40c5b7..62358ea 100644 --- a/tiny.lua +++ b/tiny.lua @@ -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