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

Commit e003f43

Browse files
committed
upgrade blockstack.js to 0.2.20 to fix approving auth error #280
1 parent 4112ebb commit e003f43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.5.0</string>
20+
<string>0.5.1</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>22</string>
33+
<string>23</string>
3434
<key>LSApplicationCategoryType</key>
3535
<string>public.app-category.utilities</string>
3636
<key>LSMinimumSystemVersion</key>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstack-portal",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Blockstack Inc <[email protected]>",
55
"description": "The Blockstack browser portal",
66
"license": "MPL-2.0",
@@ -115,7 +115,7 @@
115115
"bigi": "^1.4.2",
116116
"bip39": "^2.2.0",
117117
"bitcoinjs-lib": "https://github.com/shea256/bitcoinjs-lib.git",
118-
"blockstack": "0.2.14",
118+
"blockstack": "0.2.20",
119119
"blockstack-auth": "^0.2.4",
120120
"blockstack-keychains": "0.0.8",
121121
"blockstack-profiles": "^0.3.6",

0 commit comments

Comments
 (0)