Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
requiring core 2.0.0.dev22
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Nov 26, 2018
1 parent f12bd87 commit 93f9f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/appenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as assert from '../common/assert';
* The value is a SemVer (https://github.com/npm/semver) compatible version range string.
* @type {string}
*/
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.21 <2.1.0';
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.22 <2.1.0';

/**
* Version of the Cate WebAPI that is know to run with this version of Cate Desktop.
Expand All @@ -23,7 +23,7 @@ export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.21 <2.1.0';
*
* @type {string}
*/
export const EXPECTED_CATE_WEBAPI_VERSION = '2.0.0.dev21';
export const EXPECTED_CATE_WEBAPI_VERSION = '2.0.0.dev22';

export const CATE_CLI_NAME = 'cate';
export const CATE_WEBAPI_NAME = 'cate-webapi-start';
Expand Down

0 comments on commit 93f9f53

Please sign in to comment.