Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix resolve error
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Nov 20, 2019
1 parent e573ecf commit ac35bfc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/js/profiles/RenewNamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion native/linux/Blockstack-for-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion native/macos/Blockstack/Blockstack/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.37.0-beta.4</string>
<string>0.37.0-beta.5</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion native/macos/Blockstack/BlockstackLauncher/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.37.0-beta.4</string>
<string>0.37.0-beta.5</string>
<key>CFBundleVersion</key>
<string>119</string>
<key>LSApplicationCategoryType</key>
Expand Down
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,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 <admin@blockstack.com>",
"dependencies": {
"bip39": "^3.0.2",
Expand Down

0 comments on commit ac35bfc

Please sign in to comment.