version bump

This commit is contained in:
leaf corcoran
2016-06-05 23:56:16 -07:00
parent 27b4dd34dd
commit 0fa4978440
2 changed files with 2 additions and 2 deletions

View File

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

View File

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