www

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

commit 3516598f4cec1be5dc0c3a0533628eae9bad2249
parent 4a7aad03c4eb0872e0d27004457231677fa3a96c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  8 May 2018 20:56:35 -0400

Update recommended connector version

Diffstat:
Mresource/config.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resource/config.js b/resource/config.js @@ -13,7 +13,7 @@ var ZOTERO_CONFIG = { STREAMING_URL: 'wss://stream.zotero.org/', RECOGNIZE_URL: 'https://recognize.zotero.org/', API_VERSION: 3, - CONNECTOR_MIN_VERSION: '5.0.35', // show upgrade prompt for requests from below this version + CONNECTOR_MIN_VERSION: '5.0.39', // show upgrade prompt for requests from below this version PREF_BRANCH: 'extensions.zotero.', BOOKMARKLET_ORIGIN: 'https://www.zotero.org', HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org',