Update minVersion in install/update manifests

I'm not sure if minVersion, like maxVersion, is now ignored without
strict compatibility on. Would make sense for minVersion to still be
enforced.
This commit is contained in:
Dan Stillman 2016-11-05 13:03:14 -04:00
parent 6e21bb4b57
commit e2a3a6edbb
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<em:targetApplication> <em:targetApplication>
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>38.0</em:minVersion> <em:minVersion>45.0</em:minVersion>
<em:maxVersion>45.*</em:maxVersion> <em:maxVersion>45.*</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>

View File

@ -11,7 +11,7 @@
<targetApplication> <targetApplication>
<RDF:Description> <RDF:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id> <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>38.0</minVersion> <minVersion>45.0</minVersion>
<maxVersion>45.*</maxVersion> <maxVersion>45.*</maxVersion>
<updateLink>http://download.zotero.org/extension/zotero.xpi</updateLink> <updateLink>http://download.zotero.org/extension/zotero.xpi</updateLink>
<updateHash>sha1:</updateHash> <updateHash>sha1:</updateHash>