Skip to content

Commit

Permalink
New version 1.3.0, supporting Zotero 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Apr 5, 2022
1 parent f5f7a98 commit 2b25d39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Code for this extension is based on the [Zotero DOI

- Download the add-on (the .xpi file) from the latest release: https://github.com/eschnett/zotero-citationcounts/releases
- To download the .xpi file, right click it and select 'Save link as'
- Run Zotero (version 5.x)
- Run Zotero (version 6.x)
- Go to `Tools -> Add-ons`
- `Install Add-on From File`
- Choose the file `zotero-citationcounts-1.2.0.xpi`
- Choose the file `zotero-citationcounts-1.3.0.xpi`
- Restart Zotero

## License
Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version='1.2.0'
version='1.3.0'

rm -f zotero-citationcounts-${version}.xpi
zip -r zotero-citationcounts-${version}.xpi chrome/* defaults/* chrome.manifest install.rdf
Expand Down
6 changes: 3 additions & 3 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:name="Zotero Citation Counts Manager"
em:version="1.2.0"
em:version="1.3.0"
em:type="2"
em:creator="Erik Schnetter"
em:description="Automatically fetch and update citation counts"
Expand All @@ -17,8 +17,8 @@
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
Expand Down
8 changes: 4 additions & 4 deletions update.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>1.2.0</em:version>
<em:version>1.3.0</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/eschnett/zotero-citationcounts/releases/download/v1.2.0/zotero-citationcounts-1.2.0.xpi</em:updateLink>
<em:minVersion>6.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
<em:updateLink>https://github.com/eschnett/zotero-citationcounts/releases/download/v1.3.0/zotero-citationcounts-1.3.0.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>
</rdf:Description>
Expand Down

0 comments on commit 2b25d39

Please sign in to comment.