diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 12499389..b6e9fb5b 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 2.0.0 Beta + 2.0.1 Beta 2018-2021 Dmitriy Yefremov Enigma2 channel and satellite list editor. diff --git a/app/ui/main.glade b/app/ui/main.glade index 722b91c8..5d19a7e1 100644 --- a/app/ui/main.glade +++ b/app/ui/main.glade @@ -1292,7 +1292,7 @@ Author: Dmitriy Yefremov True False - 2.0.0 Beta + 2.0.1 Beta diff --git a/build/linux/build-deb.sh b/build/linux/build-deb.sh index 991abe9f..22fe3338 100755 --- a/build/linux/build-deb.sh +++ b/build/linux/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="2.0.0_Beta" +VER="2.0.1_Beta" B_PATH="dist/DemonEditor" DEB_PATH="$B_PATH/usr/share/demoneditor" diff --git a/build/linux/deb/DEBIAN/control b/build/linux/deb/DEBIAN/control index 2f4c0d1d..603edbeb 100644 --- a/build/linux/deb/DEBIAN/control +++ b/build/linux/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 2.0.0-Beta +Version: 2.0.1-Beta Section: utils Priority: optional Architecture: all diff --git a/build/mac/DemonEditor.spec b/build/mac/DemonEditor.spec index 9e9df8aa..5d60bca5 100644 --- a/build/mac/DemonEditor.spec +++ b/build/mac/DemonEditor.spec @@ -69,7 +69,7 @@ app = BUNDLE(coll, 'CFBundleGetInfoString': "Enigma2 channel and satellite editor", 'LSApplicationCategoryType': 'public.app-category.utilities', 'LSMinimumSystemVersion': '10.13', - 'CFBundleShortVersionString': f"2.0.0.{BUILD_DATE} Beta", + 'CFBundleShortVersionString': f"2.0.1.{BUILD_DATE} Beta", 'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov", 'NSRequiresAquaSystemAppearance': 'false' })