aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson-2.1.0.10-1.rockspec
diff options
context:
space:
mode:
authorJohnny Wang <wangjiahao@openresty.com>2023-01-19 15:33:23 +0800
committerGitHub <noreply@github.com>2023-01-19 15:33:23 +0800
commit6f38a95a2d44ad3bd4cc49e14224296239da7412 (patch)
tree60c571488b58108d72d05107f9c75dfaf029bf91 /lua-cjson-2.1.0.10-1.rockspec
parent91c3363e7dc86263a379719e5508fc0979df84d3 (diff)
downloadlua-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.rockspec4
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 @@
1package = "lua-cjson" 1package = "lua-cjson"
2version = "2.1.0.10-1" 2version = "2.1.0.11-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.10", 6 tag = "2.1.0.11",
7} 7}
8 8
9description = { 9description = {