Skip to content

Commit

Permalink
prepare to release 0.4.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz10 committed Feb 13, 2022
1 parent 7dbb4b8 commit b8f1bb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua-resty-rocketmq.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-rocketmq"
version = "0.3.1-0"
version = "0.4.0-0"
source = {
url = "git://github.com/yuz10/lua-resty-rocketmq.git",
tag = "0.3.1-0"
tag = "0.4.0-0"
}
description = {
summary = "Lua RocketMQ client driver for the ngx_lua based on the cosocket API",
Expand All @@ -22,9 +22,12 @@ dependencies = {
build = {
type = "builtin",
modules = {
["resty.rocketmq.consumer.offsetstore"] = "lib/resty/rocketmq/consumer/offsetstore.lua",
["resty.rocketmq.consumer.rebalancer"] = "lib/resty/rocketmq/consumer/rebalancer.lua",
["resty.rocketmq.acl_rpchook"] = "lib/resty/rocketmq/acl_rpchook.lua",
["resty.rocketmq.admin"] = "lib/resty/rocketmq/admin.lua",
["resty.rocketmq.client"] = "lib/resty/rocketmq/client.lua",
["resty.rocketmq.consumer"] = "lib/resty/rocketmq/consumer.lua",
["resty.rocketmq.core"] = "lib/resty/rocketmq/core.lua",
["resty.rocketmq.json"] = "lib/resty/rocketmq/json.lua",
["resty.rocketmq.producer"] = "lib/resty/rocketmq/producer.lua",
Expand Down

0 comments on commit b8f1bb9

Please sign in to comment.