Skip to content

Commit

Permalink
Update version number in library
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Kistner committed Feb 12, 2014
1 parent 7e59290 commit a06d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slaxml.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ v0.5.3 Copyright © 2013 Gavin Kistner <!@phrogz.net>; 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("<?%s %s?>",target,content))
Expand Down

0 comments on commit a06d309

Please sign in to comment.