Skip to content

Commit

Permalink
release: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Apr 9, 2018
1 parent 0560411 commit 691a654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/mlcache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 691a654

Please sign in to comment.