Commit 3f20594 1 parent 400b963 commit 3f20594 Copy full SHA for 3f20594
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 0.5.0-dev.0 (in development)
1
+ ## Changes in version 0.5.0-dev.1 (in development)
2
2
3
- ### Other changes
3
+ ## Changes in version 0.4.1
4
4
5
5
* Using Roboto font in UI which increases readability of text.
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.5.0-dev.0 " ,
3
+ "version" : " 0.5.0-dev.1 " ,
4
4
"private" : true ,
5
5
"homepage" : " ." ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { LanguageDictionary } from './util/lang';
18
18
import { getQueryParameterByName } from './util/qparam' ;
19
19
import lang from './resources/lang.json' ;
20
20
21
- const version = '0.5.0-dev.0 ' ;
21
+ const version = '0.5.0-dev.1 ' ;
22
22
23
23
const defaultApiServerUrl = process . env . REACT_APP_XCUBE_API ;
24
24
You can’t perform that action at this time.
0 commit comments