Skip to content

Commit c14c48b

Browse files
committed
started 0.4 dev
1 parent ddee8f5 commit c14c48b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes in version 0.4.0 (in development)
2+
3+
4+
15
## Changes in version 0.3.0
26

37
### Enhancements

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "0.3.0",
3+
"version": "0.4.0-dev.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.3.0';
7+
export const VIEWER_VERSION = '0.4.0-dev.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)