diff --git a/HNRelevant.user.js b/HNRelevant.user.js index 35f0b82..9def205 100644 --- a/HNRelevant.user.js +++ b/HNRelevant.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name HNRelevant -// @version 0.1.10 +// @version 0.1.11 // @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 cbc0486..02081d8 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.10", + "version": "0.1.11", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png", diff --git a/manifest.v3.json b/manifest.v3.json index d746bbd..528a5c3 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.10", + "version": "0.1.11", "icons": { "16": "./assets/images/icon-16.png", "48": "./assets/images/icon-48.png",