diff --git a/package.json b/package.json index 9000ae15c..ae2391beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "0.5.2", + "version": "0.5.1", "private": true, "scripts": { "install": "make install/ci", diff --git a/public/manifest.json b/public/manifest.json index 41675b46f..9a405dad7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,20 +1,12 @@ { "author": "BlockWallet", "background": { - "scripts": [ - "hot-reload.js", - "background.js" - ] + "scripts": ["hot-reload.js", "background.js"] }, "content_scripts": [ { - "js": [ - "content.js" - ], - "matches": [ - "http://*/*", - "https://*/*" - ], + "js": ["content.js"], + "matches": ["http://*/*", "https://*/*"], "exclude_matches": [ "https://block-wallet.github.io/eth-ledger-bridge-keyring/*", "https://connect.trezor.io/*" @@ -23,12 +15,8 @@ "all_frames": true }, { - "js": [ - "vendor/trezor/trezor-content.js" - ], - "matches": [ - "*://connect.trezor.io/*/popup.html" - ] + "js": ["vendor/trezor/trezor-content.js"], + "matches": ["*://connect.trezor.io/*/popup.html"] } ], "browser_action": { @@ -55,10 +43,10 @@ "https://*.polygonscan.com/*" ], "short_name": "BlockWallet", - "version": "0.5.2", + "version": "0.5.1", "web_accessible_resources": [ "snarks/tornado/tornadoProvingKey.bin", "snarks/tornado/tornado.json", "blankProvider.js" ] -} \ No newline at end of file +} diff --git a/release-notes.json b/release-notes.json index 8ca0838d8..f0f636818 100644 --- a/release-notes.json +++ b/release-notes.json @@ -412,20 +412,6 @@ } ], "version": "0.5.1" - }, - { - "sections": [ - { - "title": "v0.5.2", - "notes": [ - { - "type": "success", - "message": "Bug fixes and minor improvements." - } - ] - } - ], - "version": "0.5.2" } ] } \ No newline at end of file