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

Commit e573ecf

Browse files
committed
version bumps
1 parent fa5a960 commit e573ecf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

native/linux/Blockstack-for-Linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
TAG=v0.37.0-beta.2
5+
TAG=v0.37.0-beta.4
66
if [ "$BLOCKSTACK_TAG" ]; then
77
TAG="$BLOCKSTACK_TAG"
88
fi

native/macos/Blockstack/Blockstack/Info.plist

Lines changed: 1 addition & 1 deletion
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.37.0-beta.2</string>
20+
<string>0.37.0-beta.4</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>

native/macos/Blockstack/BlockstackLauncher/Info.plist

Lines changed: 1 addition & 1 deletion
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.37.0-beta.2</string>
20+
<string>0.37.0-beta.4</string>
2121
<key>CFBundleVersion</key>
2222
<string>119</string>
2323
<key>LSApplicationCategoryType</key>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.37.0",
4+
"version": "0.37.0-beta.4",
55
"author": "Blockstack PBC <admin@blockstack.com>",
66
"dependencies": {
77
"bip39": "^3.0.2",

0 commit comments

Comments
 (0)