Skip to content

Commit

Permalink
Update version to 1.0.4
Browse files Browse the repository at this point in the history
fix: auto update
  • Loading branch information
e-zz committed Jan 7, 2024
1 parent 4fc4d9d commit 53aeaf4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>ZotServer</em:name>
<em:version>1.0.3</em:version>
<em:version>1.0.4</em:version>
<em:type>2</em:type> <!-- type=extension -->
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:description>Zotero Local Server for third-party integrations</em:description>
<em:creator>Shmavon Gazanchyan</em:creator>
<em:homepageURL>http://github.com/MunGell/ZotServer</em:homepageURL>
<em:creator>Shmavon Gazanchyan; e-zz</em:creator>
<em:homepageURL>https://github.com/e-zz/ZotServer</em:homepageURL>
<!-- <em:optionsURL>chrome://zotfile/content/options.xul</em:optionsURL> -->
<em:updateURL>https://raw.githubusercontent.com/mungell/ZotServer/master/update.rdf</em:updateURL>
<em:updateURL>https://raw.githubusercontent.com/e-zz/ZotServer/master/update.rdf</em:updateURL>

<!-- Requires Zotero -->
<em:requires>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotserver",
"version": "1.0.3",
"version": "1.0.4",
"description": "Zotero Local Server for third-party integrations",
"private": true,
"repository": "https://github.com/MunGell/ZotServer",
Expand Down
4 changes: 2 additions & 2 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>1.0.3</em:version>
<em:version>1.0.4</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
<em:updateLink>https://github.com/e-zz/ZotServer/releases/download/1.0.3/zotserver-1.0.3.xpi</em:updateLink>
<em:updateLink>https://github.com/e-zz/ZotServer/releases/download/1.0.4/zotserver-1.0.4.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down

0 comments on commit 53aeaf4

Please sign in to comment.