Skip to content

Commit

Permalink
Fix solstice steam dependency and bump to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidoTek committed Jan 5, 2025
1 parent 058b83d commit bb3ba5a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AppDir:
id: net.davidotek.pupgui2
name: ProtonUp-Qt
icon: net.davidotek.pupgui2
version: 2.11.0
version: 2.11.1
exec: usr/bin/python3
exec_args: "-m pupgui2 $@"

Expand Down
2 changes: 1 addition & 1 deletion pupgui2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


APP_NAME = 'ProtonUp-Qt'
APP_VERSION = '2.11.0'
APP_VERSION = '2.11.1'
APP_ID = 'net.davidotek.pupgui2'
APP_THEMES = ( 'light', 'dark', 'system', None )
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PySide6-Essentials>=6.3.0
requests>=2.27.0
vdf @ git+https://github.com/solsticegamestudios/vdf@master
vdf @ git+https://github.com/solsticegamestudios/vdf[email protected]
inputs==0.5
pyxdg>=0.27
steam @ git+https://github.com/solsticegamestudios/steam@master
steam @ git+https://github.com/solsticegamestudios/steam[email protected]
PyYAML>=6.0
zstandard>=0.19.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ProtonUp-Qt
version = 2.11.0
version = 2.11.1
description = Install Wine- and Proton-based compatibility tools
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion share/metainfo/net.davidotek.pupgui2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.11.0" date="2025-01-05">
<release version="2.11.1" date="2025-01-05">
<description>
<p>Changes/Improvements:</p>
<ul>
Expand Down

0 comments on commit bb3ba5a

Please sign in to comment.