From 5ee90de7ef43a80a1e77ce280f1b8f252e520c15 Mon Sep 17 00:00:00 2001 From: agent-dominatrix <128386379+agent-dominatrix@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:22:22 +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 b9088a7c63..d625b65eba 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.17.0", + "version": "0.17.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 42deb82617..841e53dc0a 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.17.0", + "version": "0.17.1", "icons": { "16": "assets/icon-16.png", "48": "assets/icon-48.png",