Skip to content

Commit

Permalink
Update version to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danwag06 committed Jan 4, 2024
1 parent d1b9af5 commit e191c80
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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: v2.10.0
Version: v2.11.0

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

Expand Down
14 changes: 12 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0",
"version": "2.11.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
Expand Down
1 change: 0 additions & 1 deletion public/builds/pw-v2.10.0.256

This file was deleted.

Binary file removed public/builds/pw-v2.10.0.zip
Binary file not shown.
1 change: 1 addition & 0 deletions public/builds/pw-v2.11.0.256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
49d4ce3ab93928a0aa6dcf626be63065d2e1a3a778acddf8711eab7572d7dc3c public/builds/pw-v2.11.0.zip
Binary file added public/builds/pw-v2.11.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "2.10.0",
"version": "2.11.0",
"manifest_version": 3,
"name": "Panda Wallet",
"description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
"permissions": ["storage", "unlimitedStorage"],
"permissions": ["storage", "unlimitedStorage"],
"action": {
"default_popup": "index.html",
"default_title": "Panda Wallet"
Expand Down

0 comments on commit e191c80

Please sign in to comment.