Skip to content

Commit 0a407c9

Browse files
committed
Releasing 1.2.1
1 parent 81730e5 commit 0a407c9

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 1.2.1 (in development)
1+
## Changes in version 1.2.1
22

3-
* Updated translations for UI text in the statistics panel.
3+
* Updated language translations for German and Swedish in the statistics panel.
44

55
## Changes in version 1.2.0
66

package.json

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

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
* SOFTWARE.
2323
*/
2424

25-
const version = "1.2.1-dev.0";
25+
const version = "1.2.1";
2626

2727
export default version;

0 commit comments

Comments
 (0)