Skip to content

Commit 4f91a6e

Browse files
committed
release: 2.1.0
1 parent 4109f92 commit 4f91a6e

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
@@ -137,7 +137,7 @@ end
137137

138138

139139
local _M = {
140-
_VERSION = "2.0.2",
140+
_VERSION = "2.1.0",
141141
_AUTHOR = "Thibault Charbonnier",
142142
_LICENSE = "MIT",
143143
_URL = "https://github.com/thibaultcha/lua-resty-mlcache",

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

0 commit comments

Comments
 (0)