Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Jan 5, 2022
1 parent b24910a commit c7f85b0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/tools/picons.py
Expand Up @@ -2,7 +2,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2018-2021 Dmitriy Yefremov
# Copyright (c) 2018-2022 Dmitriy Yefremov
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -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/2.0.4", "Referer": ""}
_HEADER = {"User-Agent": "DemonEditor/2.1.0", "Referer": ""}
_LINK_PATTERN = re.compile(r"((.*)-\d+x\d+)-(.*)_by_chocholousek.7z$")
_FILE_PATTERN = re.compile(b"\\s+(1_.*\\.png).*")

Expand Down
4 changes: 2 additions & 2 deletions app/ui/dialogs.glade
Expand Up @@ -3,7 +3,7 @@
The MIT License (MIT)
Copyright (c) 2018-2021 Dmitriy Yefremov
Copyright (c) 2018-2022 Dmitriy Yefremov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -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">2.0.4 Beta</property>
<property name="version">2.1.0 Alpha</property>
<property name="copyright">2018-2021 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor.</property>
Expand Down
2 changes: 1 addition & 1 deletion app/ui/main.glade
Expand Up @@ -1426,7 +1426,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">2.0.4 Beta</property>
<property name="label">2.1.0 Alpha</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion build/linux/build-deb.sh
@@ -1,5 +1,5 @@
#!/bin/bash
VER="2.0.4_Beta"
VER="2.1.0_Alpha"
B_PATH="dist/DemonEditor"
DEB_PATH="$B_PATH/usr/share/demoneditor"

Expand Down
5 changes: 3 additions & 2 deletions build/linux/deb/DEBIAN/control
@@ -1,5 +1,5 @@
Package: demon-editor
Version: 2.0.4-Beta
Version: 2.1.0-Alpha
Section: utils
Priority: optional
Architecture: all
Expand All @@ -10,6 +10,7 @@ Depends: python3 (>= 3.6),
python3-gi-cairo,
gir1.2-notify-0.7
Recommends: libmpv1,
python3-chardet
python3-chardet,
libgtksourceview (>= 3.0)
Maintainer: Dmitriy Yefremov <dmitry.v.yefremov@gmail.com>
Description: Enigma2 channel and satellite list editor
2 changes: 1 addition & 1 deletion build/linux/deb/DEBIAN/copyright
Expand Up @@ -5,7 +5,7 @@ Source: https://github.com/DYefremov/DemonEditor
Files: *
MIT License

Copyright (c) 2018-2021 Dmitriy Yefremov
Copyright (c) 2018-2022 Dmitriy Yefremov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build/mac/DemonEditor.spec
Expand Up @@ -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.4.{BUILD_DATE} Beta",
'CFBundleShortVersionString': f"2.1.0.{BUILD_DATE} Alpha",
'NSHumanReadableCopyright': u"Copyright © 2021, Dmitriy Yefremov",
'NSRequiresAquaSystemAppearance': 'false'
})

0 comments on commit c7f85b0

Please sign in to comment.