We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97037bb + 89f4df9 commit adf8f17Copy full SHA for adf8f17
CHANGES.md
@@ -1,4 +1,4 @@
1
-## Changes in version 0.4.0 (in development)
+## Changes in version 0.4.0
2
3
### Enhancements
4
package.json
@@ -1,6 +1,6 @@
{
"name": "xcube-viewer",
- "version": "0.4.0-dev.1",
+ "version": "0.4.0",
"private": true,
5
"homepage": ".",
6
"scripts": {
src/config.ts
@@ -18,7 +18,7 @@ import { LanguageDictionary } from './util/lang';
18
import { getQueryParameterByName } from './util/qparam';
19
import lang from './resources/lang.json';
20
21
-const version = '0.4.0-dev.1';
+const version = '0.4.0';
22
23
const defaultApiServerUrl = process.env.REACT_APP_XCUBE_API;
24
0 commit comments