diff --git a/README.md b/README.md index 6f28f677..c3f45ed6 100644 --- a/README.md +++ b/README.md @@ -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 🐼 Download Chrome Extension 🐼 # 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 diff --git a/package.json b/package.json index 9578b3b3..b34073b1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/builds/pw-v2.11.4.256 b/public/builds/pw-v2.11.4.256 deleted file mode 100644 index 79769ec0..00000000 --- a/public/builds/pw-v2.11.4.256 +++ /dev/null @@ -1 +0,0 @@ -0b9747ecbb4c3a2cb97a9f0ba17f76e2b827fba913c5b809a458bd0a4e065dab public/builds/pw-v2.11.4.zip diff --git a/public/builds/pw-v2.11.4.zip b/public/builds/pw-v2.11.4.zip deleted file mode 100644 index 50061c36..00000000 Binary files a/public/builds/pw-v2.11.4.zip and /dev/null differ diff --git a/public/builds/pw-v3.0.0.256 b/public/builds/pw-v3.0.0.256 new file mode 100644 index 00000000..0038ce84 --- /dev/null +++ b/public/builds/pw-v3.0.0.256 @@ -0,0 +1 @@ +3322f16016f77f38c0d475309db234311e224501b08e4a057ec412f9c5994b9c public/builds/pw-v3.0.0.zip diff --git a/public/builds/pw-v3.0.0.zip b/public/builds/pw-v3.0.0.zip new file mode 100644 index 00000000..a2fef61b Binary files /dev/null and b/public/builds/pw-v3.0.0.zip differ diff --git a/public/manifest.json b/public/manifest.json index 9f8c2455..6cd9adb5 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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", diff --git a/public/pwa-manifest.json b/public/pwa-manifest.json index 8f90763a..ce9a0db5 100644 --- a/public/pwa-manifest.json +++ b/public/pwa-manifest.json @@ -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",