diff --git a/package-lock.json b/package-lock.json index b072a367..102d73bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hathor-admin", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bd0b371..a64f6e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hathor-admin", - "version": "0.9.0", + "version": "0.10.0", "private": true, "dependencies": { "@hathor/wallet-lib": "^0.29.0", diff --git a/src/constants.js b/src/constants.js index 81de9962..ff0180ff 100644 --- a/src/constants.js +++ b/src/constants.js @@ -45,7 +45,7 @@ export const TESTNET_GENESIS_TX = [ export const DECIMAL_PLACES = 2; -export const VERSION = '0.9.0'; +export const VERSION = '0.10.0'; export const MIN_API_VERSION = '0.33.0';