Skip to content

Commit

Permalink
chore: bump to v0.21.0 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 authored May 19, 2023
1 parent 2e411fa commit d9f2e43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hathor-wallet-headless",
"version": "0.20.0",
"version": "0.21.0",
"description": "Hathor Wallet Headless, i.e., without graphical user interface",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const apiDoc = {
info: {
title: 'Headless Hathor Wallet API',
description: 'This wallet is fully controlled through an HTTP API.',
version: '0.20.0',
version: '0.21.0',
},
produces: ['application/json'],
components: {
Expand Down

0 comments on commit d9f2e43

Please sign in to comment.