Skip to content

Commit 08d5ede

Browse files
committed
fix update_url
1 parent 9fee432 commit 08d5ede

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"manifest_version": 2,
33
"name": "Scryfall Mentor",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"browser_specific_settings": {
66
"gecko": {
77
"id": "scryfall-mentor@VulumeCode",
8-
"update_url": "https://github.com/VulumeCode/scryfall-mentor/blob/master/releases/updates.json"
8+
"update_url": "https://raw.githubusercontent.com/VulumeCode/scryfall-mentor/master/package.json"
99
}
1010
},
1111
"description": "Scryfall query builder.",
785 KB
Binary file not shown.

releases/updates.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
{
1010
"version": "0.1.2",
1111
"update_link": "https://github.com/VulumeCode/scryfall-mentor/blob/master/releases/362c776156d5441d9513-0.1.2.xpi"
12+
},
13+
{
14+
"version": "0.1.3",
15+
"update_link": "https://github.com/VulumeCode/scryfall-mentor/blob/master/releases/362c776156d5441d9513-0.1.3.xpi"
1216
}
1317
]
1418
}

0 commit comments

Comments
 (0)