www

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

commit 051d82fcdfc3a0e4a3ba18c0fb88b96ea18777ec
parent 0d3923182bf6a15d8e0767bc12fec6bc9d3fbfab
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 15 Sep 2011 08:23:38 +0000

Bump required versions


Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -35,7 +35,7 @@ const INTEGRATION_PLUGINS = ["zoteroMacWordIntegration@zotero.org", "zoteroOpenOfficeIntegration@zotero.org", "zoteroWinWordIntegration@zotero.org"]; Zotero.Integration = new function() { - const INTEGRATION_MIN_VERSIONS = ["3.1.6.SVN", "3.5b1.SVN", "3.1.2.SVN"]; + const INTEGRATION_MIN_VERSIONS = ["3.1.7.SVN", "3.5b2.SVN", "3.1.3.SVN"]; var _tmpFile = null; var _osascriptFile;