Skip to content

Commit 3f20594

Browse files
committed
increased version to reflect minor 0.4.1 change
1 parent 400b963 commit 3f20594

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Changes in version 0.5.0-dev.0 (in development)
1+
## Changes in version 0.5.0-dev.1 (in development)
22

3-
### Other changes
3+
## Changes in version 0.4.1
44

55
* Using Roboto font in UI which increases readability of text.
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "0.5.0-dev.0",
3+
"version": "0.5.0-dev.1",
44
"private": true,
55
"homepage": ".",
66
"scripts": {

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { LanguageDictionary } from './util/lang';
1818
import { getQueryParameterByName } from './util/qparam';
1919
import lang from './resources/lang.json';
2020

21-
const version = '0.5.0-dev.0';
21+
const version = '0.5.0-dev.1';
2222

2323
const defaultApiServerUrl = process.env.REACT_APP_XCUBE_API;
2424

0 commit comments

Comments
 (0)