diff --git a/src/localization.py b/src/localization.py
index 53483d67..381b477c 100644
--- a/src/localization.py
+++ b/src/localization.py
@@ -24,19 +24,9 @@
s.close()
# Set application version, and icon
-v = "3.1"
+v = "3.1.1"
icon = "io.github.vikdevelop.SaveDesktop"
-rel_notes = "
\
-- Added an option for selecting whether extensions of GNOME, KDE and Cinnamon DE should be saved or not
\
-- Added an option for selecting whether /home/user/Desktop should be saved or not
\
-- Added Ctrl+Q shortcut for closing the application
\
-- Added Ctrl+S shortcut for manually synchronization
\
-- Added Keyboard shortcuts window
\
-- The application menu in the header bar is divided into two sections
\
-- Improved switch for including Flatpak apps in the configuration archive
\
-- Added notification about saved and imported configuration
\
-- Improved saving and importing configuration
\
-
"
+rel_notes = "Fixed bug with saving Flatpak apps data during periodic saving
"
flatpak = os.path.exists("/.flatpak-info")
snap = os.environ.get('SNAP_NAME', '') == 'savedesktop'