Skip to content

Commit

Permalink
Update version to v0.4.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
danwag06 committed Oct 9, 2023
1 parent 2d3768d commit fbfa89c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .panda-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fi
VERSION="$1"
ZIP_FILE="public/builds/pw-${VERSION}.zip"
CHECKSUM_FILE="public/builds/pw-${VERSION}.256"
MANIFEST_FILE="public/manifest.json"

# Step 1: Add changes to Git
git add .
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Version: v0.4.0-alpha
Version: v0.4.1-alpha

# Panda Wallet | Non-Custodial Web3 Wallet For BSV

Expand All @@ -20,12 +20,12 @@ Panda Wallet is an open-source and non-custodial web3 wallet for Bitcoin SV (BSV

The alpha version of the wallet is open and available to all users. While it has been tested, it is still new software so use at your own risk. The plan once out of alpha/beta is to launch on the Google Chrome Store.

1. **Download:** First you will need to <a id="raw-url" href="https://github.com/Panda-Wallet/panda-wallet/raw/main/public/builds/pw-v0.4.0-alpha.zip" download="panda-wallet-v0.4.0-alpha.zip">Download The Current Build</a>
1. **Download:** First you will need to <a id="raw-url" href="https://github.com/Panda-Wallet/panda-wallet/raw/main/public/builds/pw-v0.4.1-alpha.zip" download="panda-wallet-v0.4.1-alpha.zip">Download The Current Build</a>
. \*\*Always double check that you are at the official Panda Wallet github repo before downloading anything. https://github.com/Panda-Wallet/panda-wallet.

**SHA256 Checksum:** For extra security you can check the checksum:

`b918501a572687f39c675cbbd1f8edf014e7612f5bd68d115aede2d9103b3af6`
`670c6361161ed40a82985277def16572e444938099e30204af8d6ed81c0b9ec0`

Files can also be found in `public/builds`

Expand Down
1 change: 0 additions & 1 deletion public/builds/pw-v0.4.0-alpha.256

This file was deleted.

1 change: 1 addition & 0 deletions public/builds/pw-v0.4.1-alpha.256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
670c6361161ed40a82985277def16572e444938099e30204af8d6ed81c0b9ec0 public/builds/pw-v0.4.1-alpha.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 3,
"name": "Panda Wallet",
"description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
Expand Down

0 comments on commit fbfa89c

Please sign in to comment.