This is an automated email from the ASF dual-hosted git repository. dgrove pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git
commit 8350fdad7459054ed7c1ff6fcea8fc7f07d3441b Author: David Grove <[email protected]> AuthorDate: Mon Apr 13 14:34:48 2020 -0400 release apigw 1.0.0 --- _layouts/downloads.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/downloads.html b/_layouts/downloads.html index 4dc581d..b74f8ce 100644 --- a/_layouts/downloads.html +++ b/_layouts/downloads.html @@ -124,14 +124,14 @@ layout: default <div class="component-releases-structure theme-deeper-sea-green"> <p><ctitle>OpenWhisk API Gateway</ctitle>A performant, OpenWhisk-enabled API Gateway based on Openresty and NGINX.</p> <div class="component-release-artifact-list border-deeper-sea-green"> - <version>0.11.0</version> + <version>1.0.0</version> <a - href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-apigateway-0.11.0-sources.tar.gz">Source code</a> + href="https://www.apache.org/dyn/closer.cgi/openwhisk/openwhisk-apigateway-1.0.0-sources.tar.gz">Source code</a> <a - href="https://downloads.apache.org/openwhisk/openwhisk-apigateway-0.11.0-sources.tar.gz.sha512"> + href="https://downloads.apache.org/openwhisk/openwhisk-apigateway-1.0.0-sources.tar.gz.sha512"> SHA-512 checksum</a> <a - href="https://downloads.apache.org/openwhisk/openwhisk-apigateway-0.11.0-sources.tar.gz.asc"> + href="https://downloads.apache.org/openwhisk/openwhisk-apigateway-1.0.0-sources.tar.gz.asc"> PGP signature</a> </div> </div>
