Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Aug 27, 2019
1 parent 0808e85 commit c355fe5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addon/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>Zutilo Utility for Zotero</em:name>
<em:version>3.1.1a</em:version>
<em:version>3.2.0</em:version>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:updateURL>https://raw.githubusercontent.com/willsALMANJ/Zutilo/release/deploy/update.rdf</em:updateURL>

Expand Down
6 changes: 3 additions & 3 deletions deploy/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>3.1.0</em:version>
<em:version>3.2.0</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/willsALMANJ/Zutilo/releases/download/v3.1.0/zutilo.xpi</em:updateLink>
<em:updateLink>https://github.com/willsALMANJ/Zutilo/releases/download/v3.2.0/zutilo.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand All @@ -21,7 +21,7 @@
<em:id>[email protected]</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>https://github.com/willsALMANJ/Zutilo/releases/download/v3.1.0/zutilo.xpi</em:updateLink>
<em:updateLink>https://github.com/willsALMANJ/Zutilo/releases/download/v3.2.0/zutilo.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zutilo",
"version": "3.1.1",
"version": "3.2.0",
"description": "Zotero plugin providing some additional editing features",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c355fe5

Please sign in to comment.