diff --git a/lib/resty/mlcache.lua b/lib/resty/mlcache.lua index 83de3bcfe..d6ad673c6 100644 --- a/lib/resty/mlcache.lua +++ b/lib/resty/mlcache.lua @@ -132,7 +132,7 @@ end local _M = { - _VERSION = "2.0.1", + _VERSION = "2.0.2", _AUTHOR = "Thibault Charbonnier", _LICENSE = "MIT", _URL = "https://github.com/thibaultcha/lua-resty-mlcache", diff --git a/lua-resty-mlcache-2.0.1-1.rockspec b/lua-resty-mlcache-2.0.2-1.rockspec similarity index 97% rename from lua-resty-mlcache-2.0.1-1.rockspec rename to lua-resty-mlcache-2.0.2-1.rockspec index 2c676cc14..50ce9ed76 100644 --- a/lua-resty-mlcache-2.0.1-1.rockspec +++ b/lua-resty-mlcache-2.0.2-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-mlcache" -version = "2.0.1-1" +version = "2.0.2-1" source = { url = "git://github.com/thibaultcha/lua-resty-mlcache", - tag = "2.0.1" + tag = "2.0.2" } description = { summary = "Multi-level caching library for OpenResty",