Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bordalix committed Dec 20, 2023
1 parent b0ea334 commit f45f3af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest/manifest.v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marina",
"version": "0.5.7",
"version": "0.6.0",
"manifest_version": 2,
"description": "Liquid Wallet Web Extension",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Marina",
"description": "Liquid wallet web extension (v3)",
"version": "0.5.7",
"version": "0.6.0",
"manifest_version": 3,
"background": {
"service_worker": "background-script.js"
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": "marina",
"version": "0.5.7",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "NETWORK=regtest webpack --config webpack.dev.js --env version=v2",
Expand Down

0 comments on commit f45f3af

Please sign in to comment.