Skip to content

Commit b26d52e

Browse files
committed
update_url
1 parent 2b90ee6 commit b26d52e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424

25-
sign.ps1
25+
sign.ps1
26+
27+
.xpi

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.4",
4+
"version": "0.1.5",
55
"browser_specific_settings": {
66
"gecko": {
77
"id": "scryfall-mentor@VulumeCode",
8-
"update_url": "https://raw.githubusercontent.com/VulumeCode/scryfall-mentor/master/package.json"
8+
"update_url": "https://raw.githubusercontent.com/VulumeCode/scryfall-mentor/master/releases/updates.json"
99
}
1010
},
1111
"description": "Scryfall query builder.",

releases/updates.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
{
1818
"version": "0.1.4",
1919
"update_link": "https://github.com/VulumeCode/scryfall-mentor/releases/download/v0.1.4/362c776156d5441d9513-0.1.4.xpi"
20+
},
21+
{
22+
"version": "0.1.5",
23+
"update_link": "https://github.com/VulumeCode/scryfall-mentor/releases/download/v0.1.5/362c776156d5441d9513-0.1.5.xpi"
2024
}
2125
]
2226
}

0 commit comments

Comments
 (0)