www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4b83b1a6304d2a2b95558d0a126f9652ba12a910
parent 40b349edcae23fc816bab8bf0e350861c96ccd76
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 27 Mar 2015 19:00:25 -0400

Bump version and maxVersion

Diffstat:
Minstall.rdf | 4++--
Mresource/config.js | 2+-
Mupdate.rdf | 4++--
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/install.rdf b/install.rdf @@ -6,7 +6,7 @@ <em:id>zotero@chnm.gmu.edu</em:id> <em:name>Zotero</em:name> - <em:version>4.0.26.1.SOURCE</em:version> + <em:version>4.0.27.SOURCE</em:version> <em:creator>Center for History and New Media<br/>George Mason University</em:creator> <em:contributor>Dan Cohen</em:contributor> <em:contributor>Sean Takats</em:contributor> @@ -25,7 +25,7 @@ <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>31.0</em:minVersion> - <em:maxVersion>36.*</em:maxVersion> + <em:maxVersion>37.*</em:maxVersion> </Description> </em:targetApplication> diff --git a/resource/config.js b/resource/config.js @@ -14,7 +14,7 @@ var ZOTERO_CONFIG = { BOOKMARKLET_ORIGIN: 'https://www.zotero.org', HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org', BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/', - VERSION: '4.0.26.1.SOURCE' + VERSION: '4.0.27.SOURCE' }; EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"]; diff --git a/update.rdf b/update.rdf @@ -7,12 +7,12 @@ <RDF:Seq> <RDF:li> <RDF:Description> - <version>4.0.26.1.SOURCE</version> + <version>4.0.27.SOURCE</version> <targetApplication> <RDF:Description> <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id> <minVersion>31.0</minVersion> - <maxVersion>36.*</maxVersion> + <maxVersion>37.*</maxVersion> <updateLink>http://download.zotero.org/extension/zotero.xpi</updateLink> <updateHash>sha1:</updateHash> </RDF:Description>