We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b346b57 commit 087b8c6Copy full SHA for 087b8c6
CHANGES.md
@@ -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
6
## Changes in version 1.6.0
7
8
Improved management and selection of overlay and base map layers
package.json
@@ -1,6 +1,6 @@
{
"name": "xcube-viewer",
- "version": "1.6.0",
+ "version": "1.6.1-dev.0",
"private": true,
"type": "module",
"scripts": {
src/version.ts
@@ -5,6 +5,6 @@
*/
// Important: use semantic versioning (https://semver.org/)
-const version = "1.6.0";
+const version = "1.6.1-dev.0";
9
10
export default version;
0 commit comments