We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81730e5 commit 0a407c9Copy full SHA for 0a407c9
CHANGES.md
@@ -1,6 +1,6 @@
1
-## Changes in version 1.2.1 (in development)
+## Changes in version 1.2.1
2
3
-* Updated translations for UI text in the statistics panel.
+* Updated language translations for German and Swedish in the statistics panel.
4
5
## Changes in version 1.2.0
6
package.json
{
"name": "xcube-viewer",
- "version": "1.2.1-dev.0",
+ "version": "1.2.1",
"private": true,
"type": "module",
"scripts": {
src/version.ts
@@ -22,6 +22,6 @@
22
* SOFTWARE.
23
*/
24
25
-const version = "1.2.1-dev.0";
+const version = "1.2.1";
26
27
export default version;
0 commit comments