bump version

This commit is contained in:
DYefremov
2021-07-25 21:47:57 +03:00
parent b15cae8d79
commit b047153591
5 changed files with 5 additions and 5 deletions

View File

@@ -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/1.0.9", "Referer": ""}
_HEADER = {"User-Agent": "DemonEditor/1.0.10", "Referer": ""}
_LINK_PATTERN = re.compile(r"((.*)-\d+x\d+)-(.*)_by_chocholousek.7z$")
_FILE_PATTERN = re.compile(b"\\s+(1_.*\\.png).*")

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.9 Beta</property>
<property name="version">1.0.10 Beta</property>
<property name="copyright">2018-2021 Dmitriy Yefremov
</property>
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor for GNU/Linux.</property>

View File

@@ -3265,7 +3265,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">1.0.9 Beta</property>
<property name="label">1.0.10 Beta</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>

View File

@@ -1,5 +1,5 @@
#!/bin/bash
VER="1.0.9_Beta"
VER="1.0.10_Beta"
B_PATH="dist/DemonEditor"
DEB_PATH="$B_PATH/usr/share/demoneditor"

View File

@@ -1,5 +1,5 @@
Package: demon-editor
Version: 1.0.9-Beta
Version: 1.0.10-Beta
Section: utils
Priority: optional
Architecture: all