From dd0ec0775b02be0c26ea45f887369dbd73fa3456 Mon Sep 17 00:00:00 2001 From: agent-dominatrix <128386379+agent-dominatrix@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:47:03 +0530 Subject: [PATCH] chore: bump manifest version --- packages/fetch-extension/src/manifest.v2.json | 2 +- packages/fetch-extension/src/manifest.v3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fetch-extension/src/manifest.v2.json b/packages/fetch-extension/src/manifest.v2.json index 58ffe76d84..42ffe3798f 100644 --- a/packages/fetch-extension/src/manifest.v2.json +++ b/packages/fetch-extension/src/manifest.v2.json @@ -3,7 +3,7 @@ "name": "Fetch Wallet", "description": "The official Fetch wallet for interacting with the Fetch ledger", - "version": "0.18.0", + "version": "0.18.1", "icons": { "16": "assets/icon-16.png", "48": "assets/icon-48.png", diff --git a/packages/fetch-extension/src/manifest.v3.json b/packages/fetch-extension/src/manifest.v3.json index 0724b228de..cc23c84527 100644 --- a/packages/fetch-extension/src/manifest.v3.json +++ b/packages/fetch-extension/src/manifest.v3.json @@ -3,7 +3,7 @@ "name": "Fetch Wallet", "description": "The official Fetch wallet for interacting with the Fetch ledger", - "version": "0.18.0", + "version": "0.18.1", "icons": { "16": "assets/icon-16.png", "48": "assets/icon-48.png",