Skip to content

Commit

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

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "protodesk"
version = "1.1.0"
version = "1.1.1"
description = "Unofficial desktop app for Proton"
authors = ["Nemuel Wainaina <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit fddf8db

Please sign in to comment.