From 0a401c9229f7370bade0e05161ad53995e04a018 Mon Sep 17 00:00:00 2001 From: FMaz Date: Sun, 28 Apr 2024 12:54:15 -0300 Subject: [PATCH] Release 2.4.22 --- manifest.json | 2 +- manifest_chrome.json | 2 +- manifest_firefox.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b1957c2..2a00efa 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Amazon Vine Helper", "description": "Improve the Amazon Vine experience.", - "version": "2.4.21", + "version": "2.4.22", "permissions": [ "storage" ], diff --git a/manifest_chrome.json b/manifest_chrome.json index ce14ccf..cc4a0f5 100644 --- a/manifest_chrome.json +++ b/manifest_chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Amazon Vine Helper", "description": "Improve the Amazon Vine experience.", - "version": "2.4.21", + "version": "2.4.22", "permissions": [ "storage" ], diff --git a/manifest_firefox.json b/manifest_firefox.json index 5ab192d..d4eef21 100644 --- a/manifest_firefox.json +++ b/manifest_firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Amazon Vine Helper", "description": "Improve the Amazon Vine experience.", - "version": "2.4.21", + "version": "2.4.22", "permissions": [ "storage" ], diff --git a/package.json b/package.json index 35a1db8..845f72d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinehelper", - "version": "2.4.21", + "version": "2.4.22", "description": "Improve the Amazon Vine experience.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",