aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijunlong <lijunlong@openresty.com>2026-05-06 21:23:33 +0800
committerlijunlong <lijunlong@openresty.com>2026-05-06 21:23:33 +0800
commit617164a0fe3bb647128178f9caefb304b8573bb6 (patch)
tree7ee088a16759f026881963ce984b88cee797d818
parentc305d55c7f321c01b4d135ef6d41879fd5f8e9f5 (diff)
downloadlua-cjson-or-1.31.0.tar.gz
lua-cjson-or-1.31.0.tar.bz2
lua-cjson-or-1.31.0.zip
bumped versoin to 2.1.0.17.HEADor-1.31.0master
-rw-r--r--lua-cjson-2.1.0.17-1.rockspec (renamed from lua-cjson-2.1.0.16-1.rockspec)4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua-cjson-2.1.0.16-1.rockspec b/lua-cjson-2.1.0.17-1.rockspec
index 037993a..f5642f4 100644
--- a/lua-cjson-2.1.0.16-1.rockspec
+++ b/lua-cjson-2.1.0.17-1.rockspec
@@ -1,9 +1,9 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "2.1.0.16-1" 2version = "2.1.0.17-1"
3 3
4source = { 4source = {
5 url = "git+https://github.com/openresty/lua-cjson", 5 url = "git+https://github.com/openresty/lua-cjson",
6 tag = "2.1.0.16", 6 tag = "2.1.0.17",
7} 7}
8 8
9description = { 9description = {