From 4852facc6e55081f768213c12e81861fa21aef5f Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Sat, 28 Jul 2018 12:42:37 +0200 Subject: [PATCH] release: 2.2.1 --- lib/resty/mlcache.lua | 2 +- ...che-2.2.0-1.rockspec => lua-resty-mlcache-2.2.1-1.rockspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename lua-resty-mlcache-2.2.0-1.rockspec => lua-resty-mlcache-2.2.1-1.rockspec (97%) diff --git a/lib/resty/mlcache.lua b/lib/resty/mlcache.lua index 9f69d0cd0..e3cee0bd3 100644 --- a/lib/resty/mlcache.lua +++ b/lib/resty/mlcache.lua @@ -142,7 +142,7 @@ end local _M = { - _VERSION = "2.2.0", + _VERSION = "2.2.1", _AUTHOR = "Thibault Charbonnier", _LICENSE = "MIT", _URL = "https://github.com/thibaultcha/lua-resty-mlcache", diff --git a/lua-resty-mlcache-2.2.0-1.rockspec b/lua-resty-mlcache-2.2.1-1.rockspec similarity index 97% rename from lua-resty-mlcache-2.2.0-1.rockspec rename to lua-resty-mlcache-2.2.1-1.rockspec index cadb77a0d..4956ded45 100644 --- a/lua-resty-mlcache-2.2.0-1.rockspec +++ b/lua-resty-mlcache-2.2.1-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-mlcache" -version = "2.2.0-1" +version = "2.2.1-1" source = { url = "git://github.com/thibaultcha/lua-resty-mlcache", - tag = "2.2.0" + tag = "2.2.1" } description = { summary = "Multi-level caching library for OpenResty",