diff options
author | Johnny Wang <wangjiahao@openresty.com> | 2023-01-19 15:33:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 15:33:23 +0800 |
commit | 6f38a95a2d44ad3bd4cc49e14224296239da7412 (patch) | |
tree | 60c571488b58108d72d05107f9c75dfaf029bf91 /lua-cjson-2.1.0.10-1.rockspec | |
parent | 91c3363e7dc86263a379719e5508fc0979df84d3 (diff) | |
download | lua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.tar.gz lua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.tar.bz2 lua-cjson-6f38a95a2d44ad3bd4cc49e14224296239da7412.zip |
bumped version to 2.1.0.11. (#86)
Diffstat (limited to 'lua-cjson-2.1.0.10-1.rockspec')
-rw-r--r-- | lua-cjson-2.1.0.10-1.rockspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua-cjson-2.1.0.10-1.rockspec b/lua-cjson-2.1.0.10-1.rockspec index 61608d9..9ed4272 100644 --- a/lua-cjson-2.1.0.10-1.rockspec +++ b/lua-cjson-2.1.0.10-1.rockspec | |||
@@ -1,9 +1,9 @@ | |||
1 | package = "lua-cjson" | 1 | package = "lua-cjson" |
2 | version = "2.1.0.10-1" | 2 | version = "2.1.0.11-1" |
3 | 3 | ||
4 | source = { | 4 | source = { |
5 | url = "git+https://github.com/openresty/lua-cjson", | 5 | url = "git+https://github.com/openresty/lua-cjson", |
6 | tag = "2.1.0.10", | 6 | tag = "2.1.0.11", |
7 | } | 7 | } |
8 | 8 | ||
9 | description = { | 9 | description = { |