Skip to content

Commit

Permalink
bump version to 2.1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Feb 15, 2021
1 parent 62fe224 commit 891962b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua-cjson-2.1.0.6-1.rockspec → lua-cjson-2.1.0.9-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "lua-cjson"
version = "2.1.0.6-1"
version = "2.1.0.9-1"

source = {
url = "git+https://github.com/openresty/lua-cjson",
tag = "2.1.0.6",
tag = "2.1.0.9",
}

description = {
Expand Down
2 changes: 1 addition & 1 deletion lua_cjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#endif

#ifndef CJSON_VERSION
#define CJSON_VERSION "2.1.0.6"
#define CJSON_VERSION "2.1.0.9"
#endif

#ifdef _MSC_VER
Expand Down
2 changes: 1 addition & 1 deletion tests/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ local cjson_tests = {
-- Test API variables
{ "Check module name, version",
function () return json._NAME, json._VERSION end, { },
true, { "cjson", "2.1.0.6" } },
true, { "cjson", "2.1.0.9" } },

-- Test decoding simple types
{ "Decode string",
Expand Down

0 comments on commit 891962b

Please # to comment.