bump version

This commit is contained in:
DYefremov
2020-12-05 14:12:04 +03:00
parent 4b762802da
commit 2ab540ccfa
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.0 Beta (Build: {})".format(BUILD_DATE),
'CFBundleShortVersionString': "1.0.3 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.2 Beta</property>
<property name="version">1.0.3 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

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