Skip to content

Commit

Permalink
v1.3.0 - change the backend version requirement to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Dec 13, 2017
1 parent 756e12a commit bf9d019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit bf9d019

Please sign in to comment.