Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imdj committed Feb 12, 2024
1 parent a3a29d8 commit 29c7754
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HNRelevant.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name HNRelevant
// @version 1.0.1
// @version 1.1.0
// @description Enhance your Hacker News experience and gain new insights by exploring relevant stories and discussions
// @author imdj
// @match *://news.ycombinator.com/item*
Expand Down
2 changes: 1 addition & 1 deletion manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "HNRelevant - Related stories on Hacker News",
"description": "Enhance your Hacker News experience and gain new insights by exploring relevant stories and discussions",
"version": "1.0.1",
"version": "1.1.0",
"icons": {
"16": "./assets/images/icon-16.png",
"48": "./assets/images/icon-48.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.v3.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "HNRelevant - Related stories on Hacker News",
"description": "Enhance your Hacker News experience and gain new insights by exploring relevant stories and discussions",
"version": "1.0.1",
"version": "1.1.0",
"icons": {
"16": "./assets/images/icon-16.png",
"48": "./assets/images/icon-48.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.v3.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "HNRelevant - Related stories on Hacker News",
"description": "Enhance your Hacker News experience and gain new insights by exploring relevant stories and discussions",
"version": "1.0.1",
"version": "1.1.0",
"icons": {
"16": "./assets/images/icon-16.png",
"48": "./assets/images/icon-48.png",
Expand Down

0 comments on commit 29c7754

Please sign in to comment.