Bump version.

This commit is contained in:
bakpakin 2016-03-05 16:20:09 -05:00
parent 27f881444a
commit 4148855233

View File

@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-- @author Calvin Rose
-- @license MIT
-- @copyright 2015
local tiny = { _VERSION = "scm" }
local tiny = { _VERSION = "1.3-1" }
-- Local versions of standard lua functions
local tinsert = table.insert