From b5e3c9bf73cb7908e246230e991d853aaa35552d Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 1 Feb 2017 00:00:25 -0500 Subject: [PATCH] all: bump the version reported in the module metadata --- lua/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/json.lua b/lua/json.lua index 545e74f..1030d5c 100644 --- a/lua/json.lua +++ b/lua/json.lua @@ -11,7 +11,7 @@ local _G = _G local _ENV = nil local json = { - _VERSION = "1.3.4", + _VERSION = "1.3.5", _DESCRIPTION = "LuaJSON : customizable JSON decoder/encoder", _COPYRIGHT = "Copyright (c) 2007-2017 Thomas Harning Jr. ", decode = decode, -- 2.11.4.GIT