Skip to content

Commit 4852fac

Browse files
committed
release: 2.2.1
1 parent c27013e commit 4852fac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/resty/mlcache.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ end
142142

143143

144144
local _M = {
145-
_VERSION = "2.2.0",
145+
_VERSION = "2.2.1",
146146
_AUTHOR = "Thibault Charbonnier",
147147
_LICENSE = "MIT",
148148
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",

lua-resty-mlcache-2.2.0-1.rockspec renamed to lua-resty-mlcache-2.2.1-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-mlcache"
2-
version = "2.2.0-1"
2+
version = "2.2.1-1"
33
source = {
44
url = "git://github.com/thibaultcha/lua-resty-mlcache",
5-
tag = "2.2.0"
5+
tag = "2.2.1"
66
}
77
description = {
88
summary = "Multi-level caching library for OpenResty",

0 commit comments

Comments
 (0)