Skip to content

Commit 8e51f15

Browse files
committed
Reworked listings
Signed-off-by: magicoflolis <magicoflolis@gmail.com>
1 parent e22d34f commit 8e51f15

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules
33
Notes
44
/Notes/
5-
browser/
5+
web-ext
66
.vscode/
77
*.web-extension-id
88
*.code-workspace

dist/firefox/updates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"uscriptplus@mol.com ": {
44
"updates": [
55
{
6-
"version": "1.4.5",
6+
"version": "2.0.1",
77
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
8-
"update_info_url": "https://github.com/magicoflolis/Userscript-Plus/releases/tag/2.0",
9-
"update_link": "https://github.com/magicoflolis/Userscript-Plus/releases/download/2.0/uscriptplus_2.0.firefox.signed.xpi"
8+
"update_info_url": "https://github.com/magicoflolis/Userscript-Plus/releases/tag/2.0.1a",
9+
"update_link": "https://github.com/magicoflolis/Userscript-Plus/releases/download/2.0.1a/uscriptplus_2.0.1a.firefox.signed.xpi"
1010
}
1111
]
1212
}

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Magic of Lolis",
44
"name": "Userscript+ for Tampermonkey",
55
"description": "Finds available UserJS for current site.",
6-
"version": "2.0",
6+
"version": "2.0.1",
77
"homepage_url": "https://github.com/magicoflolis/Userscript-Plus",
88
"icons": {
99
"16": "img/icon_16.png",
-825 KB
Binary file not shown.

0 commit comments

Comments
 (0)