From c289fb14055a9c1a8e1db2255f84b44927635681 Mon Sep 17 00:00:00 2001 From: imdj Date: Sat, 27 Jan 2024 10:45:10 +0200 Subject: [PATCH] Release v0.1.12 --- HNRelevant.user.js | 2 +- manifest.v2.json | 2 +- manifest.v3.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HNRelevant.user.js b/HNRelevant.user.js index 281f73a..f858fb4 100644 --- a/HNRelevant.user.js +++ b/HNRelevant.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name HNRelevant -// @version 0.1.11 +// @version 0.1.12 // @description Shows relevant submissions on Hacker News // @author imdj // @match https://news.ycombinator.com/item* diff --git a/manifest.v2.json b/manifest.v2.json index 02081d8..87d354f 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.1.11", + "version": "0.1.12", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png", diff --git a/manifest.v3.json b/manifest.v3.json index 528a5c3..9f55143 100644 --- a/manifest.v3.json +++ b/manifest.v3.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "HNRelevant", "description": "Shows relevant submissions on Hacker News", - "version": "0.1.11", + "version": "0.1.12", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png",