From 558a6b5301b8136a54dd91ac16d97ad3a5e04511 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Fri, 19 Oct 2018 14:45:50 +0200 Subject: [PATCH] retag v1.7.0 and release 1.7.0-2; closes #212 thanks @pamiel Signed-off-by: Hans Zandbelt --- .travis.yml | 2 +- ...enidc-1.7.0-1.rockspec => lua-resty-openidc-1.7.0-2.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename lua-resty-openidc-1.7.0-1.rockspec => lua-resty-openidc-1.7.0-2.rockspec (98%) diff --git a/.travis.yml b/.travis.yml index a85dc04..0a046ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: env: global: - - VERSION=1.7.0-1 + - VERSION=1.7.0-2 - NAME=lua-resty-openidc - ROCKSPEC=$NAME-$VERSION.rockspec - LUAROCKS=2.3.0 diff --git a/lua-resty-openidc-1.7.0-1.rockspec b/lua-resty-openidc-1.7.0-2.rockspec similarity index 98% rename from lua-resty-openidc-1.7.0-1.rockspec rename to lua-resty-openidc-1.7.0-2.rockspec index d3e70ee..54feb9c 100644 --- a/lua-resty-openidc-1.7.0-1.rockspec +++ b/lua-resty-openidc-1.7.0-2.rockspec @@ -1,5 +1,5 @@ package = "lua-resty-openidc" -version = "1.7.0-1" +version = "1.7.0-2" source = { url = "git://github.com/zmartzone/lua-resty-openidc", tag = "v1.7.0",