Skip to content

Commit

Permalink
update update.json
Browse files Browse the repository at this point in the history
  • Loading branch information
syt2 committed Oct 30, 2023
1 parent a5a121a commit 5467748
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "zotero-addons",
"version": "0.6.0-3",
"version": "0.6.0-4",
"description": "Zotero Addon Collection",
"config": {
"addonName": "Zotero Addons",
"addonID": "zoteroAddons@ytshen.com",
"addonRef": "zoteroaddons",
"addonInstance": "ZoteroAddons",
"prefsPrefix": "extensions.zotero.zoteroaddons",
"releasepage": "https://github.com/syt2/zotero-addons/releases/latest/download/zotero-addons.xpi",
"updaterdf": "https://raw.githubusercontent.com/syt2/zotero-addons/main/update.json"
"releasepage": "https://github.com/syt2/zotero-addons/releases/download/0.6.0-4/zotero-addons.xpi",
"updaterdf": "https://raw.githubusercontent.com/syt2/zotero-addons/z6/update.json"
},
"main": "src/index.ts",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"zoteroAddons@ytshen.com": {
"updates": [
{
"version": "0.6.0-3",
"update_link": "https://github.com/syt2/zotero-addons/releases/latest/download/zotero-addons.xpi",
"version": "0.6.0-4",
"update_link": "https://github.com/syt2/zotero-addons/releases/download/0.6.0-4/zotero-addons.xpi",
"applications": {
"gecko": {
"strict_min_version": "60.0"
}
}
},
{
"version": "0.6.0-3",
"update_link": "https://github.com/syt2/zotero-addons/releases/latest/download/zotero-addons.xpi",
"version": "0.6.0-4",
"update_link": "https://github.com/syt2/zotero-addons/releases/download/0.6.0-4/zotero-addons.xpi",
"applications": {
"zotero": {
"strict_min_version": "6.999"
Expand Down
6 changes: 3 additions & 3 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>0.6.0-3</em:version>
<em:version>0.6.0-4</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>5.999</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/syt2/zotero-addons/releases/latest/download/zotero-addons.xpi</em:updateLink>
<em:updateLink>https://github.com/syt2/zotero-addons/releases/download/0.6.0-4/zotero-addons.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
<em:targetApplication>
<rdf:Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.999</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/syt2/zotero-addons/releases/latest/download/zotero-addons.xpi</em:updateLink>
<em:updateLink>https://github.com/syt2/zotero-addons/releases/download/0.6.0-4/zotero-addons.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down

0 comments on commit 5467748

Please sign in to comment.