Skip to content

Commit

Permalink
chore: bump version to v0.7.10 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 authored Sep 2, 2021
1 parent ebb97f0 commit 4ecfe71
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-admin",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"dependencies": {
"@hathor/wallet-lib": "^0.11.1",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const TESTNET_GENESIS_TX = [

export const DECIMAL_PLACES = 2;

export const VERSION = '0.7.9';
export const VERSION = '0.7.10';

export const MIN_API_VERSION = '0.33.0';

Expand Down

0 comments on commit 4ecfe71

Please sign in to comment.