Skip to content

Commit 691a654

Browse files
committed
release: 2.0.2
1 parent 0560411 commit 691a654

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
@@ -132,7 +132,7 @@ end
132132

133133

134134
local _M = {
135-
_VERSION = "2.0.1",
135+
_VERSION = "2.0.2",
136136
_AUTHOR = "Thibault Charbonnier",
137137
_LICENSE = "MIT",
138138
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",

lua-resty-mlcache-2.0.1-1.rockspec renamed to lua-resty-mlcache-2.0.2-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.0.1-1"
2+
version = "2.0.2-1"
33
source = {
44
url = "git://github.com/thibaultcha/lua-resty-mlcache",
5-
tag = "2.0.1"
5+
tag = "2.0.2"
66
}
77
description = {
88
summary = "Multi-level caching library for OpenResty",

0 commit comments

Comments
 (0)