Skip to content

Commit

Permalink
Update version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwag06 committed Mar 7, 2024
1 parent d4f3262 commit 1228e7f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

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

Version: v2.11.4
Version: v3.0.0

<a href="https://chrome.google.com/webstore/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj" target="_blank">🐼 Download Chrome Extension 🐼</a>

# Panda Wallet | Non-Custodial Web3 Wallet For BSV

## IMPORTANT NOTICE: Panda is in the process of rebranding to Yours Wallet. The wallet will automatically be updated but namespace changes to the repo will take some time!

Panda Wallet is an open-source and non-custodial web3 wallet for Bitcoin SV (BSV) and [1Sat Ordinals](https://docs.1satordinals.com/). This wallet allows users to have full control over their funds, providing security and independence in managing their assets.

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panda-wallet",
"version": "2.11.3",
"version": "3.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand Down
1 change: 0 additions & 1 deletion public/builds/pw-v2.11.4.256

This file was deleted.

Binary file removed public/builds/pw-v2.11.4.zip
Binary file not shown.
1 change: 1 addition & 0 deletions public/builds/pw-v3.0.0.256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3322f16016f77f38c0d475309db234311e224501b08e4a057ec412f9c5994b9c public/builds/pw-v3.0.0.zip
Binary file added public/builds/pw-v3.0.0.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": "2.11.4",
"version": "3.0.0",
"manifest_version": 3,
"name": "Yours Wallet",
"description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
Expand Down
4 changes: 2 additions & 2 deletions public/pwa-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#1B6B93",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icons/icon16.png",
Expand Down

0 comments on commit 1228e7f

Please sign in to comment.