bump version

This commit is contained in:
DYefremov
2021-03-02 15:18:13 +03:00
parent 399c1ff01b
commit 9d5e07af1f
3 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ app = BUNDLE(coll,
'CFBundleDisplayName': 'DemonEditor',
'CFBundleGetInfoString': "Enigma2 channel and satellites editor",
'LSApplicationCategoryType': 'public.app-category.utilities',
'CFBundleShortVersionString': "1.0.4 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2020, Dmitriy Yefremov",
'CFBundleShortVersionString': "1.0.6 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})

View File

@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
<property name="icon_name">system-help</property>
<property name="type_hint">normal</property>
<property name="program_name">DemonEditor</property>
<property name="version">1.0.5 Beta</property>
<property name="version">1.0.6 Beta</property>
<property name="copyright">2018-2021 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor for MacOS.

View File

@@ -3129,7 +3129,7 @@ Author: Dmitriy Yefremov
<object class="GtkLabel" id="app_ver_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">1.0.5 Beta</property>
<property name="label" translatable="yes">1.0.6 Beta</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>