Skip to content

Commit 891962b

Browse files
committed
bump version to 2.1.0.9
1 parent 62fe224 commit 891962b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "lua-cjson"
2-
version = "2.1.0.6-1"
2+
version = "2.1.0.9-1"
33

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

99
description = {

lua_cjson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#endif
5353

5454
#ifndef CJSON_VERSION
55-
#define CJSON_VERSION "2.1.0.6"
55+
#define CJSON_VERSION "2.1.0.9"
5656
#endif
5757

5858
#ifdef _MSC_VER

tests/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ local cjson_tests = {
9393
-- Test API variables
9494
{ "Check module name, version",
9595
function () return json._NAME, json._VERSION end, { },
96-
true, { "cjson", "2.1.0.6" } },
96+
true, { "cjson", "2.1.0.9" } },
9797

9898
-- Test decoding simple types
9999
{ "Decode string",

0 commit comments

Comments
 (0)