zotero/update.rdf
Simon Kornblith 91c3374d6b Merge branch '3.0' and modify recognizePDF.js to use promises
Conflicts:
	chrome/content/zotero/recognizePDF.js
	install.rdf
	update.rdf
2013-01-21 01:04:05 -05:00

25 lines
848 B
XML

<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/2004/em-rdf#">
<!-- Zotero Extension -->
<RDF:Description about="urn:mozilla:extension:zotero@chnm.gmu.edu">
<updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
<version>3.5a1.SOURCE</version>
<targetApplication>
<RDF:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>5.0</minVersion>
<maxVersion>18.*</maxVersion>
<updateLink>http://download.zotero.org/extension/zotero.xpi</updateLink>
<updateHash>sha1:</updateHash>
</RDF:Description>
</targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</updates>
</RDF:Description>
</RDF:RDF>