From 445cb2c3b81cb642f28c08d98a665fae060235ee Mon Sep 17 00:00:00 2001 From: Lauri Junkkari Date: Tue, 29 Jun 2021 08:46:34 +0300 Subject: [PATCH] Bump version numbers --- README.md | 2 +- api/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f391d0f..dbfec115 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flow Wallet Service v0.3.0 +# Flow Wallet Service v0.3.1 A custodial wallet service for tokens on the Flow blockchain. diff --git a/api/openapi.yaml b/api/openapi.yaml index e83c197e..c9e28689 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Flow Wallet Service API - version: 0.3.0 + version: 0.3.1 servers: - url: http://localhost:3000/v1