Skip to content

Commit

Permalink
Release v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
imdj committed Jan 27, 2024
1 parent 33abe4d commit c289fb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 0.1.11
// @version 0.1.12
// @description Shows relevant submissions on Hacker News
// @author imdj
// @match https://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",
"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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c289fb1

Please sign in to comment.