From 3516598f4cec1be5dc0c3a0533628eae9bad2249 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 8 May 2018 20:56:35 -0400 Subject: [PATCH] Update recommended connector version --- resource/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/config.js b/resource/config.js index 415fa7fab9..ce9ed4e65f 100644 --- 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',