Skip to content

Commit

Permalink
Updating to v1.1.0 (#13)
Browse files Browse the repository at this point in the history
* Updating to v1.1.0

* spacing
  • Loading branch information
non-fungible-nelson authored May 2, 2024
1 parent 7879ed3 commit 2f5ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
urls: [
{ url: "https://github.com/ethereum/remote-signing-api/releases/download/v1.1.0/remote-signing-oapi.yaml", name: "v1.1.0" },
{ url: "https://github.com/ethereum/remote-signing-api/releases/download/v1.0.0/remote-signing-oapi.yaml", name: "v1.0.0" },
{ url: "./remote-signing-oapi.yaml", name: "dev" }
],
Expand Down
2 changes: 1 addition & 1 deletion remote-signing-oapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: 'Remote Signing API'
description: 'Remote Signing API for communication between remote signers and Ethereum validator clients.'
version: 'v1.0.0'
version: 'v1.1.0'
contact:
name: Ethereum Github
url: https://github.com/ethereum/remote-signing-api/issues
Expand Down

0 comments on commit 2f5ae18

Please sign in to comment.