Skip to content

Commit

Permalink
Version v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frianasoa committed Dec 10, 2022
1 parent 1fe4cae commit e3b12ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.1</em:version>
<em:version>0.2.2</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:creator>Fanantenana Rianasoa Andriariniaina</em:creator>
Expand Down
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def getver():

def update():
v = getver()
link = "https://github.com/frianasoa/zenotes/releases/download/v"+v+"/zenotes-v"+v+".xpi"
link = "https://github.com/frianasoa/Ze-Notes/releases/download/v"+v+"/zenotes-v"+v+".xpi"
et = ET.parse('zenote-update.rdf')
root = et.getroot()
for child in root.iter("{http://www.mozilla.org/2004/em-rdf#}version"):
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.2.1</ns1:version>
<ns1:version>0.2.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/zenotes/releases/download/v0.2.1/zenotes-v0.2.1.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.2.2/zenotes-v0.2.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/zenotes/releases/download/v0.2.1/zenotes-v0.2.1.xpi</ns1:updateLink>
<ns1:updateLink>https://github.com/frianasoa/Ze-Notes/releases/download/v0.2.2/zenotes-v0.2.2.xpi</ns1:updateLink>
</rdf:Description>
</ns1:targetApplication>

Expand Down

0 comments on commit e3b12ed

Please sign in to comment.