Commit c14c48b 1 parent ddee8f5 commit c14c48b Copy full SHA for c14c48b
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Changes in version 0.4.0 (in development)
2
+
3
+
4
+
1
5
## Changes in version 0.3.0
2
6
3
7
### Enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4.0-dev .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-scripts-ts start" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { getQueryParameterByName } from './util/qparam';
4
4
import lang from './resources/lang.json' ;
5
5
6
6
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' ;
8
8
9
9
export const VIEWER_DEFAULT_API_SERVER_ID = 'local' ;
10
10
export const VIEWER_DEFAULT_API_SERVER_NAME = 'Local Server' ;
You can’t perform that action at this time.
0 commit comments