Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 2, 2024
1 parent 96c6d0c commit fee49b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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.5" date="2024-03-02">
<description>
<ul>
<li>Update translations</li>
<li>Internal codebase refactor</li>
</ul>
</description>
</release>
<release version="1.4" date="2024-02-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.4";
export const VERSION = "1.5";

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

0 comments on commit fee49b6

Please sign in to comment.