Skip to content

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Sep 26, 2024
1 parent 4ac4de3 commit dc7a816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion distro/io.github.sigmasd.stimulator.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.8" date="2024-09-26">
<description>
<ul>
<li>Add german translation</li>
<li>Add ukrainian translation</li>
</ul>
</description>
</release>
<release version="1.7" date="2024-05-12">
<description>
<ul>
Expand Down Expand Up @@ -338,7 +346,7 @@
<categories>
<category>Utility</category>
</categories>

<provides>
<binary>stimulator</binary>
</provides>
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class UI_LABELS extends EN_UI_LABELS {}

export const APP_ID = "io.github.sigmasd.stimulator";
export const APP_NAME = UI_LABELS.Stimulator;
export const VERSION = "1.7";
export const VERSION = "1.8";

function genLabels<T>(klass: T, ctx: ClassDecoratorContext) {
ctx.addInitializer(function () {
Expand Down

0 comments on commit dc7a816

Please sign in to comment.