Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 96e6e0c

Browse files
author
Johnny Wang
authored
bumped version to 2.1.0.10. (mpx#79)
1 parent f416d26 commit 96e6e0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lua-cjson-2.1.0.9-1.rockspec renamed to lua-cjson-2.1.0.10-1.rockspec

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.9-1"
2+
version = "2.1.0.10-1"
33

44
source = {
55
url = "git+https://github.com/openresty/lua-cjson",
6-
tag = "2.1.0.9",
6+
tag = "2.1.0.10",
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.9"
55+
#define CJSON_VERSION "2.1.0.10"
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.9" } },
96+
true, { "cjson", "2.1.0.10" } },
9797

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

0 commit comments

Comments
 (0)