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

Commit

Permalink
Require Cate WebAPI 2.0.0.dev15
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Jun 18, 2018
1 parent f42c1f9 commit dd4480c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cate-desktop",
"productName": "Cate Desktop",
"version": "2.0.0-dev.14",
"version": "2.0.0-dev.15",
"description": "A graphical user interface for the ESA CCI Toolbox (Cate)",
"main": "main.js",
"author": "CCI Toolbox (Cate) Development Team",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cate-desktop",
"productName": "Cate Desktop",
"version": "2.0.0-dev.14",
"version": "2.0.0-dev.15",
"description": "A graphical user interface for the ESA CCI Toolbox (Cate)",
"private": true,
"scripts": {
Expand Down
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.14 <2.1.0';
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.15 <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.14 <2.1.0';
*
* @type {string}
*/
export const EXPECTED_CATE_WEBAPI_VERSION = '2.0.0.dev14';
export const EXPECTED_CATE_WEBAPI_VERSION = '2.0.0.dev15';

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

0 comments on commit dd4480c

Please sign in to comment.