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

Commit 87bf541

Browse files
committed
Merge branch 'release/v0.33.2'
2 parents 1e58cce + 087815b commit 87bf541

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/js/account/store/account/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function refreshBalances(insightUrl, addresses, coreAPIPassword) {
459459
})
460460

461461
if (results.length >= addresses.length) {
462-
const balances = {}
462+
let balances = {}
463463
let total = 0.0
464464

465465
for (let i = 0; i < results.length; i++) {

native/macos/Blockstack/Blockstack/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.33.1</string>
20+
<string>0.33.2</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>107</string>
33+
<string>108</string>
3434
<key>LSApplicationCategoryType</key>
3535
<string>public.app-category.utilities</string>
3636
<key>LSMinimumSystemVersion</key>

native/macos/Blockstack/BlockstackLauncher/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.33.1</string>
20+
<string>0.33.2</string>
2121
<key>CFBundleVersion</key>
22-
<string>107</string>
22+
<string>108</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blockstack-browser",
33
"description": "The Blockstack browser",
4-
"version": "0.33.1",
4+
"version": "0.33.2",
55
"author": "Blockstack PBC <admin@blockstack.com>",
66
"dependencies": {
77
"bigi": "^1.4.2",

0 commit comments

Comments
 (0)