From 4f91a6e9a3b550f9909932e253623a24ef85e628 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 14 Jun 2018 20:35:20 -0700 Subject: [PATCH] release: 2.1.0 --- lib/resty/mlcache.lua | 2 +- ...che-2.0.2-1.rockspec => lua-resty-mlcache-2.1.0-1.rockspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename lua-resty-mlcache-2.0.2-1.rockspec => lua-resty-mlcache-2.1.0-1.rockspec (97%) diff --git a/lib/resty/mlcache.lua b/lib/resty/mlcache.lua index a615658fa..89223d1cf 100644 --- a/lib/resty/mlcache.lua +++ b/lib/resty/mlcache.lua @@ -137,7 +137,7 @@ end local _M = { - _VERSION = "2.0.2", + _VERSION = "2.1.0", _AUTHOR = "Thibault Charbonnier", _LICENSE = "MIT", _URL = "https://github.com/thibaultcha/lua-resty-mlcache", diff --git a/lua-resty-mlcache-2.0.2-1.rockspec b/lua-resty-mlcache-2.1.0-1.rockspec similarity index 97% rename from lua-resty-mlcache-2.0.2-1.rockspec rename to lua-resty-mlcache-2.1.0-1.rockspec index 50ce9ed76..e087ef1d2 100644 --- a/lua-resty-mlcache-2.0.2-1.rockspec +++ b/lua-resty-mlcache-2.1.0-1.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-mlcache" -version = "2.0.2-1" +version = "2.1.0-1" source = { url = "git://github.com/thibaultcha/lua-resty-mlcache", - tag = "2.0.2" + tag = "2.1.0" } description = { summary = "Multi-level caching library for OpenResty",