Commit 66846c6 1 parent 29c0c91 commit 66846c6 Copy full SHA for 66846c6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 0.4.0 (in development)
1
+ ## Changes in version 0.3.2
2
2
3
3
### Enhancements
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.4.0-dev.0 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-scripts start" ,
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.0-dev.0 ' ;
21
+ const version = '0.3.2 ' ;
22
22
23
23
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
24
24
You can’t perform that action at this time.
0 commit comments