Skip to content

Commit ddee8f5

Browse files
committed
releasing 0.3.0
1 parent 45e5f24 commit ddee8f5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
## Changes in version 0.2.2 (in development)
1+
## Changes in version 0.3.0
22

33
### Enhancements
44

55
* It is now possible to adjust the color bar min/max value and the colors. (#29)
66

7+
### Other changes
8+
9+
* Now requires xcube 0.3.0 as backend.
710

811
## Changes in version 0.2.1
912

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "0.2.2-dev.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts-ts start",

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getQueryParameterByName } from './util/qparam';
44
import lang from './resources/lang.json';
55

66
export const VIEWER_APP_NAME = 'xcube Viewer';
7-
export const VIEWER_VERSION = '0.2.2-dev.0';
7+
export const VIEWER_VERSION = '0.3.0';
88

99
export const VIEWER_DEFAULT_API_SERVER_ID = 'local';
1010
export const VIEWER_DEFAULT_API_SERVER_NAME = 'Local Server';

0 commit comments

Comments
 (0)