Skip to content

Commit 087b8c6

Browse files
committed
Started 1.6.1
1 parent b346b57 commit 087b8c6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Changes in version 1.6.1-dev.0
2+
3+
* Slightly updated default logo image (to have a background and hence can be
4+
used for light and dark theme mode).
5+
16
## Changes in version 1.6.0
27

38
Improved management and selection of overlay and base map layers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xcube-viewer",
3-
"version": "1.6.0",
3+
"version": "1.6.1-dev.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*/
66

77
// Important: use semantic versioning (https://semver.org/)
8-
const version = "1.6.0";
8+
const version = "1.6.1-dev.0";
99

1010
export default version;

0 commit comments

Comments
 (0)