Skip to content

Commit

Permalink
Bump version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuelw committed Nov 12, 2024
1 parent f183c61 commit bb1349b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(self, parent=None):
title_label.setAlignment(Qt.AlignCenter)
layout.addWidget(title_label)

info_label = QLabel('Version 1.2.5\nUnofficial desktop app for Proton.')
info_label = QLabel('Version 1.2.6\nUnofficial desktop app for Proton.')
info_label.setAlignment(Qt.AlignCenter)
layout.addWidget(info_label)

Expand Down
4 changes: 2 additions & 2 deletions flathub/io.github.nemuelw.protodesk.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</screenshots>

<releases>
<release version="1.2.5" date="2024-11-12">
<url type="details">https://github.com/nemuelw/protodesk/releases/tag/v1.2.5</url>
<release version="1.2.6" date="2024-11-12">
<url type="details">https://github.com/nemuelw/protodesk/releases/tag/v1.2.6</url>
<description>
<p>Initial release.</p>
</description>
Expand Down

0 comments on commit bb1349b

Please sign in to comment.