diff --git a/DemonEditor.spec b/DemonEditor.spec
index e1c924a6..6fe9bde6 100644
--- a/DemonEditor.spec
+++ b/DemonEditor.spec
@@ -61,7 +61,7 @@ app = BUNDLE(coll,
'CFBundleDisplayName': 'DemonEditor',
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
- 'CFBundleShortVersionString': "1.0.3 Beta (Build: {})".format(BUILD_DATE),
+ 'CFBundleShortVersionString': "1.0.4 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2020, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})
diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade
index f1bf3d30..4578e66e 100644
--- a/app/ui/dialogs.glade
+++ b/app/ui/dialogs.glade
@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
system-help
normal
DemonEditor
- 1.0.3 Beta
+ 1.0.4 Beta
2018-2020 Dmitriy Yefremov
Enigma2 channel and satellite list editor for MacOS.
diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade
index f6afde0e..c31af5e3 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -2835,7 +2835,7 @@ Author: Dmitriy Yefremov