diff --git a/README.md b/README.md
index 70b3ff4..da9ff41 100644
--- a/README.md
+++ b/README.md
@@ -101,12 +101,14 @@ Your commit message should describe what the commit, when applied, does to the c
### Translators
-| Name | Language |
-| ----------------------------------------------- | ---------- |
-| [Vistaus](https://github.com/Vistaus) | Dutch 🇳🇱 |
-| [NathanBnm](https://github.com/NathanBnm) | French 🇫🇷 |
-| [meisenzahl](https://github.com/meisenzahl) | German 🇩🇪 |
-| [JosExposito](https://github.com/JoseExposito) | Spanish 🇪🇸 |
+| Name | Language |
+| -------------------------------------------------- | ---------- |
+| [Vistaus](https://github.com/Vistaus) | Dutch 🇳🇱 |
+| [NathanBnm](https://github.com/NathanBnm) | French 🇫🇷 |
+| [meisenzahl](https://github.com/meisenzahl) | German 🇩🇪 |
+| [JoseExposito](https://github.com/JoseExposito) | Spanish 🇪🇸 |
+| [youngLights14](https://github.com/youngLights14) | Serbian 🇷🇸 |
+| [asdffdsdaf](https://github.com/asdffdsdaf) | Russian 🇷🇺 |
## License
diff --git a/data/com.github.manexim.insomnia.appdata.xml.in b/data/com.github.manexim.insomnia.appdata.xml.in
index c3faa13..01ab58f 100644
--- a/data/com.github.manexim.insomnia.appdata.xml.in
+++ b/data/com.github.manexim.insomnia.appdata.xml.in
@@ -16,6 +16,29 @@
com.github.manexim.insomnia
​
+
+
+ New:
+
+ Improved:
+
+ Fixed:
+
+ Translations:
+
+ - Dutch (by Vistaus)
+ - French (by NathanBnm)
+ - German (by meisenzahl)
+ - Spanish (by JoseExposito)
+ - Serbian (by youngLights14)
+ - Russian (by asdffdsdaf)
+
+
+
New:
diff --git a/meson.build b/meson.build
index 33ed41d..2d4ad9f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('com.github.manexim.insomnia', 'vala', 'c', version: '1.1.0')
+project('com.github.manexim.insomnia', 'vala', 'c', version: '1.1.2')
# Include the translations module
i18n = import('i18n')