Skip to content

Commit bb3ba5a

Browse files
committed
Fix solstice steam dependency and bump to 2.11.1
1 parent 058b83d commit bb3ba5a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AppDir:
1919
id: net.davidotek.pupgui2
2020
name: ProtonUp-Qt
2121
icon: net.davidotek.pupgui2
22-
version: 2.11.0
22+
version: 2.11.1
2323
exec: usr/bin/python3
2424
exec_args: "-m pupgui2 $@"
2525

pupgui2/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
APP_NAME = 'ProtonUp-Qt'
9-
APP_VERSION = '2.11.0'
9+
APP_VERSION = '2.11.1'
1010
APP_ID = 'net.davidotek.pupgui2'
1111
APP_THEMES = ( 'light', 'dark', 'system', None )
1212
APP_ICON_FILE = os.path.join(xdg_config_home, 'pupgui/appicon256.png')

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PySide6-Essentials>=6.3.0
22
requests>=2.27.0
3-
vdf @ git+https://github.com/solsticegamestudios/vdf@master
3+
vdf @ git+https://github.com/solsticegamestudios/vdf[email protected]
44
inputs==0.5
55
pyxdg>=0.27
6-
steam @ git+https://github.com/solsticegamestudios/steam@master
6+
steam @ git+https://github.com/solsticegamestudios/steam[email protected]
77
PyYAML>=6.0
88
zstandard>=0.19.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ProtonUp-Qt
3-
version = 2.11.0
3+
version = 2.11.1
44
description = Install Wine- and Proton-based compatibility tools
55
long_description = file: README.md
66
long_description_content_type = text/markdown

share/metainfo/net.davidotek.pupgui2.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<content_rating type="oars-1.0" />
7070

7171
<releases>
72-
<release version="2.11.0" date="2025-01-05">
72+
<release version="2.11.1" date="2025-01-05">
7373
<description>
7474
<p>Changes/Improvements:</p>
7575
<ul>

0 commit comments

Comments
 (0)