correct version

This commit is contained in:
leaf corcoran
2016-06-06 00:00:45 -07:00
parent 0fa4978440
commit 20bc713091
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
local VERSION = "1.0.3"
local VERSION = "1.3.0"
local insert, concat
do
local _obj_0 = table

View File

@@ -1,4 +1,4 @@
VERSION = "1.0.3"
VERSION = "1.3.0"
import insert, concat from table
import load, setfenv, assert, type, error, tostring, tonumber, setmetatable from _G