Skip to content

Commit

Permalink
Fixing update links
Browse files Browse the repository at this point in the history
  • Loading branch information
frianasoa committed Oct 29, 2024
1 parent 9e3841b commit 535a727
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>ZeNotes</em:name>
<em:version>0.9.1</em:version>
<em:version>0.9.2</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json</em:updateURL>
<em:homepageURL>https://github.com/frianasoa/zenotes</em:homepageURL>
Expand Down
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 2,
"name": "Ze Notes",
"version": "0.9.1",
"version": "0.9.2",
"description": "Advanced notes manager",
"author": "Fanantenana Rianasoa Andriariniaina",
"author": "Fanantenana Rianasoa Andriariniaina",
"homepage_url": "https://github.com/frianasoa/zenotes",
"icons": {
"48": "content/images/icon.png",
Expand All @@ -16,10 +16,10 @@
"strict_min_version": "6.0",
"strict_max_version": "7.0.*"
},
"gecko": {
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json",
"strict_min_version": "102"
}
"gecko": {
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/frianasoa/zenotes/main/zenote-update.json",
"strict_min_version": "102"
}
}
}
6 changes: 3 additions & 3 deletions zenote-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "0.9.1",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.1/zenotes-v0.9.1.xpi",
"update_hash": "sha256:e1ab40479ff586ad964a38089d8e49536640790f73bbd0ab716e40e9a5344524",
"version": "0.9.2",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.2/zenotes-v0.9.2.xpi",
"update_hash": "sha512:c602f67809908218ae496e63e84f3ce8bd9000c63b9a6841605b9eb2fc709c2264331edc4c6ed6a65e7460ccf95cb343af3b7946c8ff519011cc3a3a86b3108b",
"applications": {
"gecko": {
"strict_min_version": "6.0",
Expand Down
6 changes: 3 additions & 3 deletions zenote-update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<ns1:version>0.9.1</ns1:version>
<ns1:version>0.9.2</ns1:version>
<ns1:targetApplication>
<rdf:Description>
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>5.0.0</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.1/zenotes-v0.9.1.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.2/zenotes-v0.9.2.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand All @@ -20,7 +20,7 @@
<ns1:id>[email protected]</ns1:id>
<ns1:minVersion>4.999</ns1:minVersion>
<ns1:maxVersion>6.*</ns1:maxVersion>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.1/zenotes-v0.9.1.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.9.2/zenotes-v0.9.2.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand Down

0 comments on commit 535a727

Please sign in to comment.