diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index f1499d6d..51ef8fe9 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -405,7 +405,7 @@ credits = [ 'http://nginx.org/LICENSE' ], [ 'nginx / Lua Module', - '2009-2016 Xiaozhe Wang (chaoslawful)
© 2009-2016 Yichun "agentzh" Zhang (章亦春), CloudFlare Inc.', + '2009-2016 Xiaozhe Wang (chaoslawful)
© 2009-2017 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.', 'BSD', 'https://github.com/openresty/lua-nginx-module#copyright-and-license' ], [ diff --git a/lib/docs/scrapers/nginx_lua_module.rb b/lib/docs/scrapers/nginx_lua_module.rb index 2e4c0e16..88b05c66 100644 --- a/lib/docs/scrapers/nginx_lua_module.rb +++ b/lib/docs/scrapers/nginx_lua_module.rb @@ -2,7 +2,7 @@ module Docs class NginxLuaModule < Github self.name = 'nginx / Lua Module' self.slug = 'nginx_lua_module' - self.release = '0.10.6' + self.release = '0.10.8' self.base_url = "https://github.com/openresty/lua-nginx-module/tree/v#{self.release}/" html_filters.push 'nginx_lua_module/clean_html', 'nginx_lua_module/entries', 'title' @@ -12,7 +12,7 @@ module Docs options[:attribution] = <<-HTML © 2009–2016 Xiaozhe Wang (chaoslawful)
- © 2009–2016 Yichun "agentzh" Zhang (章亦春), CloudFlare Inc.
+ © 2009–2017 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.
Licensed under the BSD License. HTML end