From 6a0c1896b416c5e2528cd9ce8f50f184a7c206e0 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Wed, 21 Sep 2022 21:37:20 -0400 Subject: [PATCH] Update to v2.2.5 --- firefox/manifest.json | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox/manifest.json b/firefox/manifest.json index 4e855d3..c86f64f 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "name": "Upvote Anywhere - Reddit comments on YouTube", "short_name": "Upvote Anywhere", "description": "View Reddit comments on YouTube or any webpage.", - "version": "2.2.4", + "version": "2.2.5", "manifest_version": 2, "background": { "scripts": ["background.js"], diff --git a/package.json b/package.json index 9077052..645a1d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "upvote_anywhere", - "version": "2.2.4", + "version": "2.2.5", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/public/manifest.json b/public/manifest.json index ce2c204..a841b5c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "name": "Upvote Anywhere - Reddit comments on YouTube", "short_name": "Upvote Anywhere", "description": "View Reddit comments on YouTube or any webpage.", - "version": "2.2.4", + "version": "2.2.5", "manifest_version": 3, "background": { "service_worker": "background.js"