From 2f5ae185af49e73eb0d97a4437ef2af73dd139dc Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Thu, 2 May 2024 09:58:22 -0400 Subject: [PATCH] Updating to v1.1.0 (#13) * Updating to v1.1.0 * spacing --- index.html | 1 + remote-signing-oapi.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 330bafc..2549a26 100644 --- a/index.html +++ b/index.html @@ -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" } ], diff --git a/remote-signing-oapi.yaml b/remote-signing-oapi.yaml index 9e746dd..b860bc2 100644 --- a/remote-signing-oapi.yaml +++ b/remote-signing-oapi.yaml @@ -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