diff --git a/DemonEditor.spec b/DemonEditor.spec
index 55b163e4..f0f6a63b 100644
--- a/DemonEditor.spec
+++ b/DemonEditor.spec
@@ -69,7 +69,7 @@ app = BUNDLE(coll,
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
'LSMinimumSystemVersion': '10.13',
- 'CFBundleShortVersionString': "1.0.9 Beta (Build: {})".format(BUILD_DATE),
+ 'CFBundleShortVersionString': "1.0.10 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})
diff --git a/app/tools/picons.py b/app/tools/picons.py
index 28b11c63..813ca89c 100644
--- a/app/tools/picons.py
+++ b/app/tools/picons.py
@@ -57,7 +57,7 @@ class PiconsCzDownloader:
_PERM_URL = "https://picon.cz/download/7337"
_BASE_URL = "https://picon.cz/download/"
_BASE_LOGO_URL = "https://picon.cz/picon/0/"
- _HEADER = {"User-Agent": "DemonEditor/1.0.9", "Referer": ""}
+ _HEADER = {"User-Agent": "DemonEditor/1.0.10", "Referer": ""}
_LINK_PATTERN = re.compile(r"((.*)-\d+x\d+)-(.*)_by_chocholousek.7z$")
_FILE_PATTERN = re.compile(b"\\s+(1_.*\\.png).*")
diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade
index dc385ca9..29b1d156 100644
--- a/app/ui/dialogs.glade
+++ b/app/ui/dialogs.glade
@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
system-help
normal
DemonEditor
- 1.0.9 Beta
+ 1.0.10 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 c281498f..1d40c024 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -3310,7 +3310,7 @@ Author: Dmitriy Yefremov