diff --git a/data/com.github.phase1geo.minder.appdata.xml b/data/com.github.phase1geo.minder.appdata.xml
index bb4fa015..45d03917 100644
--- a/data/com.github.phase1geo.minder.appdata.xml
+++ b/data/com.github.phase1geo.minder.appdata.xml
@@ -135,7 +135,7 @@
none
-
+
Changes
Alterações
diff --git a/data/com.github.phase1geo.minder.appdata.xml.in b/data/com.github.phase1geo.minder.appdata.xml.in
index 4193d1c2..1d878f97 100644
--- a/data/com.github.phase1geo.minder.appdata.xml.in
+++ b/data/com.github.phase1geo.minder.appdata.xml.in
@@ -89,7 +89,7 @@
none
-
+
Changes
diff --git a/meson.build b/meson.build
index 30cf80fa..42303d4d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('com.github.phase1geo.minder', ['vala', 'c'],
- version : '1.11.2',
+ version : '1.11.3',
license: 'GPL-3.0'
)
diff --git a/src/Application.vala b/src/Application.vala
index d28472de..1714f41e 100644
--- a/src/Application.vala
+++ b/src/Application.vala
@@ -33,7 +33,7 @@ public class Minder : Granite.Application {
private MainWindow appwin;
public static GLib.Settings settings;
- public static string version = "1.11.2";
+ public static string version = "1.11.3";
public Minder () {