From 74bf64cb6bf872787f4c368bc6f2f66a11c9092f Mon Sep 17 00:00:00 2001 From: imdj Date: Wed, 7 Feb 2024 22:50:14 +0200 Subject: [PATCH] Release version 0.3.2 --- manifest.v2.json | 2 +- manifest.v3.chrome.json | 2 +- manifest.v3.firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.v2.json b/manifest.v2.json index 54f8c05..97e8b0e 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "HNRelevant", "description": "Shows relevant submissions on Hacker News", - "version": "0.3.1", + "version": "0.3.2", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png", diff --git a/manifest.v3.chrome.json b/manifest.v3.chrome.json index cb27606..8815736 100644 --- a/manifest.v3.chrome.json +++ b/manifest.v3.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "HNRelevant", "description": "Shows relevant submissions on Hacker News", - "version": "0.3.1", + "version": "0.3.2", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png", diff --git a/manifest.v3.firefox.json b/manifest.v3.firefox.json index 7c0ef9a..ebd5ccf 100644 --- a/manifest.v3.firefox.json +++ b/manifest.v3.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "HNRelevant", "description": "Shows relevant submissions on Hacker News", - "version": "0.3.1", + "version": "0.3.2", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png",