From 61cf09b7b7e52a3046031c1130a058aeab37e01c Mon Sep 17 00:00:00 2001 From: mar <72634565+mindofmar@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:10:40 -0400 Subject: [PATCH] bump version to 0.7.4 (#14) --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05a6142f..8e3ffed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Wallet Guard: Browse Web3 Securely", - "version": "0.7.3", + "version": "0.7.4", "description": "A browser extension for detecting phishing attacks on crypto wallets", "main": "index.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 621e06c6..d325013b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "name": "Wallet Guard: Browse Web3 Securely", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SMGNwLFsP2k1jAD54vtDqLJuIpeZWCc9gdvo2N8hzE1qIkOt29ynU1VgkJbtfuWHqWSyOCo1ljs2MjbqqFjG4qz5o3ZrEAMwmEbWGCuPddUIIiWIK0oF+BkwZiRpRS2nw/i9Dmeusf0eOlxxLYD0NpKszX73lqGt4LBIY8Wva7vmqdnKPa1F6+DDZviXcBRa8CLCzqDujTjON37o+NvQOq2u49UzVXr/DcePFrUTnnjdNkKTQkLlH00lwvxUUJl0g5IVdlxNgZXPY/C6P39YIIxsBFJH0rXvQrLgED6NGR17CBnLhOmmYghku17yoUGg3KrT4aeh8+uG5NrQZuqGwIDAQAB", "description": "Wallet Guard acts as a security companion to your crypto wallet of choice, so you can browse at ease.", - "version": "0.7.3", + "version": "0.7.4", "icons": { "128": "images/wg_logos/logo_128x128.png" },