Skip to content

Commit

Permalink
Merge pull request #135 from eqlabs/latenssi/prepare-0.4.1
Browse files Browse the repository at this point in the history
Bump version numbers
  • Loading branch information
latenssi authored Jul 9, 2021
2 parents a94f1fa + b4dd1ce commit c8e3fa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8e3fa0

Please sign in to comment.