Commit ddee8f5 1 parent 45e5f24 commit ddee8f5 Copy full SHA for ddee8f5
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 0.2.2 (in development)
1
+ ## Changes in version 0.3.0
2
2
3
3
### Enhancements
4
4
5
5
* It is now possible to adjust the color bar min/max value and the colors. (#29 )
6
6
7
+ ### Other changes
8
+
9
+ * Now requires xcube 0.3.0 as backend.
7
10
8
11
## Changes in version 0.2.1
9
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.2.2-dev .0" ,
3
+ "version" : " 0.3 .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.2.2-dev .0' ;
7
+ export const VIEWER_VERSION = '0.3 .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