Commit a2890a7 1 parent da007a2 commit a2890a7 Copy full SHA for a2890a7
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.2
2
+
3
+ * Fixed a problem during release process. No code changes.
4
+
1
5
## Changes in version 0.4.1
2
6
3
7
* Using Roboto font in UI which increases readability of text.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.4.1-dev.0 " ,
3
+ "version" : " 0.4.2 " ,
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.4.1-dev.0 ' ;
21
+ const version = '0.4.2 ' ;
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