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

Commit

Permalink
fix resolution error
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Nov 20, 2019
1 parent ac35bfc commit 68772e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions app/js/profiles/store/identity/actions.js
Expand Up @@ -2,7 +2,7 @@ import { bip32 } from 'bitcoinjs-lib'
import * as bip39 from 'bip39'
import * as cheerio from 'cheerio'
import * as types from './types'
import { validateProofs , network } from 'blockstack'
import { validateProofs } from 'blockstack'
import {
authorizationHeaderValue,
decrypt,
Expand All @@ -16,8 +16,6 @@ import { calculateTrustLevel } from '../../../utils/account-utils'
import AccountActions from '../../../account/store/account/actions'
import { isWebAppBuild } from '../../../utils/window-utils'

import type { Dispatch } from 'redux'


import log4js from 'log4js'

Expand Down
2 changes: 1 addition & 1 deletion native/linux/Blockstack-for-Linux.sh
Expand Up @@ -2,7 +2,7 @@

# This script provides a simple interface for folks to use the docker install

TAG=v0.37.0-beta.5
TAG=v0.37.0-beta.6
if [ "$BLOCKSTACK_TAG" ]; then
TAG="$BLOCKSTACK_TAG"
fi
Expand Down
2 changes: 1 addition & 1 deletion native/macos/Blockstack/Blockstack/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.37.0-beta.5</string>
<string>0.37.0-beta.6</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion native/macos/Blockstack/BlockstackLauncher/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.37.0-beta.5</string>
<string>0.37.0-beta.6</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
@@ -1,7 +1,7 @@
{
"name": "blockstack-browser",
"description": "The Blockstack browser",
"version": "0.37.0-beta.5",
"version": "0.37.0-beta.6",
"author": "Blockstack PBC <admin@blockstack.com>",
"dependencies": {
"bip39": "^3.0.2",
Expand Down

0 comments on commit 68772e9

Please sign in to comment.