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

Commit f4d4b7e

Browse files
committed
Merge branch 'hotfix/0.21.4'
2 parents 921acc8 + f511a30 commit f4d4b7e

File tree

3 files changed

+4
-4
lines changed

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

native/macos/build_blockstack_virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PYSCRYPT_NO_LINK_FLAGS="1" LDFLAGS="/usr/local/opt/openssl/lib/libcrypto.a /usr/
3737

3838
echo "Installing blockstack..."
3939

40-
pip install --upgrade blockstack==0.17.0.11
40+
pip install --upgrade git+https://github.com/blockstack/blockstack-core.git@ef19dd44e7da977f4b4567eff52845b1758f7eb9
4141

4242
echo "Blockstack virtual environment created."
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstack-browser",
3-
"version": "0.21.3",
3+
"version": "0.21.4",
44
"author": "Blockstack PBC <[email protected]>",
55
"description": "The Blockstack browser",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)