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

Commit

Permalink
2.0.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Mar 14, 2018
1 parent 9f4bf59 commit b1ea664
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Changes in 2.0.0-dev.2 (in dev)
## Changes in 2.0.0-dev.3 (in dev)

### New Features and UX Improvements

* Animated map
[#86](https://github.com/CCI-Tools/cate/issues/86)


## Changes in 2.0.0-dev.2

### New Features and UX Improvements

Expand Down
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.2",
"version": "2.0.0-dev.3",
"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.2",
"version": "2.0.0-dev.3",
"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 @@ -12,15 +12,15 @@ import * as assert from "../common/assert";
* The value is a SemVer (https://github.com/npm/semver) compatible version range string.
* @type {string}
*/
export const APP_CLI_VERSION_RANGE = ">=2.0.0-dev.1 <2.1.0";
export const APP_CLI_VERSION_RANGE = ">=2.0.0-dev.3 <2.1.0";

/**
* Version of cate-cli that is know to run with this version of Cate Desktop.
* Note the version name must be compatible with PEP-440 and a cate-cli package
* with that version should have been deployed.
* @type {string}
*/
export const EXPECTED_APP_CLI_VERSION = "2.0.0.dev1";
export const EXPECTED_APP_CLI_VERSION = "2.0.0.dev3";

export const CATE_CLI_NAME = "cate";
export const CATE_WEBAPI_NAME = "cate-webapi";
Expand Down

0 comments on commit b1ea664

Please sign in to comment.