diff --git a/manifest.json b/manifest.json index 3994bcf..1025ef0 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.7.2", + "version": "2.7.3", "permissions": [ "storage", "tabs" diff --git a/manifest_chrome.json b/manifest_chrome.json index 8603b86..e9ae11f 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.7.2", + "version": "2.7.3", "permissions": [ "storage", "tabs" diff --git a/manifest_firefox.json b/manifest_firefox.json index 61719bb..d6b4718 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.7.2", + "version": "2.7.3", "permissions": [ "storage", "tabs" diff --git a/package.json b/package.json index 32b0e99..a888595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinehelper", - "version": "2.7.2", + "version": "2.7.3", "description": "Improve the Amazon Vine experience.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",