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

Commit

Permalink
Merge branch 'release/v0.33.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 5, 2018
2 parents 1e58cce + 087815b commit 87bf541
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/js/account/store/account/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function refreshBalances(insightUrl, addresses, coreAPIPassword) {
})

if (results.length >= addresses.length) {
const balances = {}
let balances = {}
let total = 0.0

for (let i = 0; i < results.length; i++) {
Expand Down
4 changes: 2 additions & 2 deletions 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.33.1</string>
<string>0.33.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>107</string>
<string>108</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions native/macos/Blockstack/BlockstackLauncher/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.33.1</string>
<string>0.33.2</string>
<key>CFBundleVersion</key>
<string>107</string>
<string>108</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>
Expand Down
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.33.1",
"version": "0.33.2",
"author": "Blockstack PBC <admin@blockstack.com>",
"dependencies": {
"bigi": "^1.4.2",
Expand Down

0 comments on commit 87bf541

Please sign in to comment.