diff --git a/DemonEditor.spec b/DemonEditor.spec
index f2da4f7e..9d70688a 100644
--- a/DemonEditor.spec
+++ b/DemonEditor.spec
@@ -68,7 +68,7 @@ app = BUNDLE(coll,
'CFBundleDisplayName': 'DemonEditor',
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
- 'CFBundleShortVersionString': "1.0.7 Beta (Build: {})".format(BUILD_DATE),
+ 'CFBundleShortVersionString': "1.0.8 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})
diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade
index 5c214a6a..4242bdc7 100644
--- a/app/ui/dialogs.glade
+++ b/app/ui/dialogs.glade
@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
system-help
normal
DemonEditor
- 1.0.7 Beta
+ 1.0.8 Beta
2018-2021 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 e0ce9579..04a30e11 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -3286,7 +3286,7 @@ Author: Dmitriy Yefremov