Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov committed Nov 30, 2022
1 parent 2d6428d commit 675a43a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/build-deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VER="1.0.2-Beta"
VER="1.0.3-Beta"
B_PATH="dist/TVDemon"

mkdir -p $B_PATH
Expand Down
2 changes: 1 addition & 1 deletion build/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tvdemon
Version: 1.0.2-Beta
Version: 1.0.3-Beta
Section: video
Priority: optional
Maintainer: Dmitriy Yefremov <https://github.com/DYefremov>
Expand Down
4 changes: 2 additions & 2 deletions usr/share/tvdemon/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ along with TVDemon. If not, see <http://www.gnu.org/licenses/>.
<property name="title" translatable="yes">About</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window-position">center</property>
<property name="window-position">center-on-parent</property>
<property name="destroy-with-parent">True</property>
<property name="icon-name">tvdemon</property>
<property name="type-hint">dialog</property>
<property name="program-name">TVDemon</property>
<property name="version">1.0.2 Beta</property>
<property name="version">1.0.3 Beta</property>
<property name="copyright" translatable="yes">2022 Dmitriy Yefremov
2020 Linux Mint</property>
<property name="comments" translatable="yes">Watch TV
Expand Down

0 comments on commit 675a43a

Please sign in to comment.