Skip to content

Commit 91abe93

Browse files
committed
1.4.1
1 parent 5556b26 commit 91abe93

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes in version 1.4.1 (in development)
1+
## Changes in version 1.4.1
22

33
* Fixed issues with the Share feature introduced in
44
version 1.4.0. (#460) (#462)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
*/
2424

2525
// Important: use semantic versioning (https://semver.org/)
26-
const version = "1.4.1-dev.0";
26+
const version = "1.4.1";
2727

2828
export default version;

0 commit comments

Comments
 (0)