bump version

This commit is contained in:
DYefremov
2020-12-30 22:42:08 +03:00
parent b48f638495
commit f8710a4bf0
3 changed files with 3 additions and 3 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.3 Beta (Build: {})".format(BUILD_DATE),
'CFBundleShortVersionString': "1.0.4 Beta (Build: {})".format(BUILD_DATE),
'NSHumanReadableCopyright': u"Copyright © 2020, 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.3 Beta</property>
<property name="version">1.0.4 Beta</property>
<property name="copyright">2018-2020 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor for MacOS.

View File

@@ -2835,7 +2835,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.3 Beta</property>
<property name="label" translatable="yes">1.0.4 Beta</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>