Skip to content

Commit 6f33557

Browse files
committed
1.19.0
1 parent 0966228 commit 6f33557

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

distro/io.github.sigmasd.stimulator.metainfo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
<content_rating type="oars-1.1" />
5353

5454
<releases>
55+
<release version="1.19.0" date="2026-06-29">
56+
<description>
57+
<ul>
58+
<li>Update Ukrainian translations</li>
59+
</ul>
60+
</description>
61+
</release>
5562
<release version="1.18.0" date="2026-03-18">
5663
<description>
5764
<ul>

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class UI_LABELS extends EN_UI_LABELS {}
5959

6060
export const APP_ID = "io.github.sigmasd.stimulator";
6161
export const APP_NAME = UI_LABELS.Stimulator;
62-
export const VERSION = "1.14.0";
62+
export const VERSION = "1.19.0";
6363

6464
function genLabels<T>(klass: T, ctx: ClassDecoratorContext) {
6565
ctx.addInitializer(function () {

0 commit comments

Comments
 (0)