diff --git a/distro/io.github.sigmasd.stimulator.metainfo.xml b/distro/io.github.sigmasd.stimulator.metainfo.xml
index 982a35b..c4d641a 100644
--- a/distro/io.github.sigmasd.stimulator.metainfo.xml
+++ b/distro/io.github.sigmasd.stimulator.metainfo.xml
@@ -51,6 +51,14 @@
+
+
+
+ - Update translations
+ - Internal codebase refactor
+
+
+
diff --git a/src/consts.ts b/src/consts.ts
index 8e4dbe4..4cb4fa4 100644
--- a/src/consts.ts
+++ b/src/consts.ts
@@ -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(klass: T, ctx: ClassDecoratorContext) {
ctx.addInitializer(function () {