diff --git a/README.md b/README.md index 989460f8..67edf349 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flow Wallet API v0.4.0 +# Flow Wallet API v0.4.1 A custodial wallet service for tokens on the Flow blockchain. diff --git a/api/openapi.yaml b/api/openapi.yaml index bd0f78b7..d3b59cc2 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: Flow Wallet API - version: 0.4.0 + version: 0.4.1 servers: - url: http://localhost:3000/v1 diff --git a/main.go b/main.go index 645226e3..0ac9c65e 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( "google.golang.org/grpc" ) -const version = "0.4.0" +const version = "0.4.1" var ( sha1ver string // sha1 revision used to build the program