From bf9d019a1b43a7bec53a4e56289671b0cfc4446a Mon Sep 17 00:00:00 2001 From: Hans Permana Date: Wed, 13 Dec 2017 18:01:03 +0100 Subject: [PATCH] v1.3.0 - change the backend version requirement to 1.3.0 --- src/main/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.ts b/src/main/main.ts index d1487c4..9e0d8a7 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -25,7 +25,7 @@ const dialog = electron.dialog; * The value is a node-semver (https://github.com/npm/node-semver) compatible version range string. * @type {string} */ -export const WEBAPI_VERSION_RANGE = '>=1.2.0 <1.3'; +export const WEBAPI_VERSION_RANGE = '>=1.3.0 <1.4'; const DEDOP_LOG_FILE_NAME = 'dedop.log'; const DEDOP_WEBAPI_INFO_FILE_NAME = 'webapi-info.json';