diff --git a/app/js/profiles/RenewNamePage.js b/app/js/profiles/RenewNamePage.js index 61560f56f..8ab0222fa 100644 --- a/app/js/profiles/RenewNamePage.js +++ b/app/js/profiles/RenewNamePage.js @@ -6,7 +6,7 @@ import { config, ecPairToAddress, hexStringToECPair, transactions } from 'blocks import { AccountActions } from '../account/store/account' import { IdentityActions } from './store/identity' import { RegistrationActions } from './store/registration' -import { decryptBitcoinPrivateKey, satoshisToBtc } from '@utils' +import { decryptBitcoinPrivateKey, satoshisToBtc } from '../utils' import InputGroup from '@components/InputGroup' function mapStateToProps(state) { diff --git a/native/linux/Blockstack-for-Linux.sh b/native/linux/Blockstack-for-Linux.sh index 0509735a2..f8265066a 100644 --- a/native/linux/Blockstack-for-Linux.sh +++ b/native/linux/Blockstack-for-Linux.sh @@ -2,7 +2,7 @@ # This script provides a simple interface for folks to use the docker install -TAG=v0.37.0-beta.4 +TAG=v0.37.0-beta.5 if [ "$BLOCKSTACK_TAG" ]; then TAG="$BLOCKSTACK_TAG" fi diff --git a/native/macos/Blockstack/Blockstack/Info.plist b/native/macos/Blockstack/Blockstack/Info.plist index 30b5f9684..99f1b0258 100644 --- a/native/macos/Blockstack/Blockstack/Info.plist +++ b/native/macos/Blockstack/Blockstack/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.37.0-beta.4 + 0.37.0-beta.5 CFBundleURLTypes diff --git a/native/macos/Blockstack/BlockstackLauncher/Info.plist b/native/macos/Blockstack/BlockstackLauncher/Info.plist index 24bd73dfe..91a3829ac 100644 --- a/native/macos/Blockstack/BlockstackLauncher/Info.plist +++ b/native/macos/Blockstack/BlockstackLauncher/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.37.0-beta.4 + 0.37.0-beta.5 CFBundleVersion 119 LSApplicationCategoryType diff --git a/package-lock.json b/package-lock.json index 59effbbd4..d5e044463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blockstack-browser", - "version": "0.37.0-beta.4", + "version": "0.37.0-beta.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43a60c1e2..6538156f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "blockstack-browser", "description": "The Blockstack browser", - "version": "0.37.0-beta.4", + "version": "0.37.0-beta.5", "author": "Blockstack PBC ", "dependencies": { "bip39": "^3.0.2",