Skip to content

Commit

Permalink
Update install.rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Nov 29, 2017
1 parent c562f7d commit 00ef4e4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.project
builds
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Code for this extension is based heavily on [Zotero Google Scholar Citations](ht

Copyright (C) 2017 Brenton M. Wiernik

Distributed under the Mozilla Public License (MPL).
Distributed under the Mozilla Public License (MPL) Version 2.0.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

version=0.1.0
version=1.0.0
rm builds/zotero-shortdoi-${version}-fx.xpi
zip -r builds/zotero-shortdoi-${version}-fx.xpi chrome/* chrome.manifest install.rdf options.xul
13 changes: 10 additions & 3 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RDF:about="urn:mozilla:install-manifest"
em:id="zoteroshortdoi@wiernik.org"
em:name="Zotero Short DOI Lookup"
em:version="0.1.0"
em:version="1.0.0"
em:type="2"
em:creator="Brenton M. Wiernik"
em:description="Zotero plugin for auto-fetching Short DOI names"
Expand All @@ -23,9 +23,16 @@
<em:targetApplication>
<Description>
<em:id>zotero@chnm.gmu.edu</em:id>
<em:minVersion>3.0b1</em:minVersion>
<em:maxVersion>5.0.*</em:maxVersion>
<em:minVersion>5.*</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>juris-m@juris-m.github.io</em:id>
<em:minVersion>5.*</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>

0 comments on commit 00ef4e4

Please sign in to comment.