From a06d309df2e1e2ee682e8e7a219445308faff2fa Mon Sep 17 00:00:00 2001 From: Gavin Kistner Date: Wed, 12 Feb 2014 12:36:47 -0700 Subject: [PATCH] Update version number in library --- slaxml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slaxml.lua b/slaxml.lua index 6021263..7b64a26 100644 --- a/slaxml.lua +++ b/slaxml.lua @@ -3,7 +3,7 @@ v0.5.3 Copyright © 2013 Gavin Kistner ; MIT Licensed See http://github.com/Phrogz/SLAXML for details. --]=====================================================================] local SLAXML = { - VERSION = "0.5.2", + VERSION = "0.5.3", _call = { pi = function(target,content) print(string.format("",target,content))