diff --git a/manifest.json b/manifest.json index 4ed8abc..e50c8cf 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.10.7", + "version": "2.10.8", "permissions": [ "alarms", "storage", diff --git a/manifest_chrome.json b/manifest_chrome.json index c7b87bb..2712183 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.10.7", + "version": "2.10.8", "permissions": [ "alarms", "storage", diff --git a/manifest_firefox.json b/manifest_firefox.json index ee31222..346d7b4 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.10.7", + "version": "2.10.8", "permissions": [ "alarms", "storage", diff --git a/package.json b/package.json index 6f80ebe..e5b3245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vinehelper", - "version": "2.10.7", + "version": "2.10.8", "description": "Improve the Amazon Vine experience.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",