Skip to content

Commit 11996ac

Browse files
committed
Update version
1 parent 5ecdde9 commit 11996ac

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

com.vysp3r.ProtonPlus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ modules:
4444
sources:
4545
- type: git
4646
url: https://github.com/Vysp3r/ProtonPlus.git
47-
tag: v0.4.30
47+
tag: v0.4.31
4848
x-checker-data:
4949
type: git
5050
tag-pattern: ^v(\d+\.\d+\.\d+(?:-[0-9A-Za-z.\-]+)?)$

data/com.vysp3r.ProtonPlus.metainfo.xml.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<project_license>GPL-3.0-or-later</project_license>
66

77
<name>ProtonPlus</name>
8-
<summary>Modern compatibility tools manager</summary>
8+
<summary>A modern compatibility tools manager for Linux</summary>
99
<description>
10+
<p>Install and manage Wine/Proton based compatibility tools with a graphical user interface.</p>
1011
<p>Supported launchers:</p>
1112
<ul>
1213
<li>Steam</li>
@@ -81,6 +82,15 @@
8182
</screenshots>
8283

8384
<releases>
85+
<release version="0.4.31" date="2025-05-25">
86+
<description>
87+
<ul>
88+
<li>🌐 Updated Chinese localization</li>
89+
<li>🌐 Updated German localization</li>
90+
<li>🌐 Updated French localization</li>
91+
</ul>
92+
</description>
93+
</release>
8494
<release version="0.4.30" date="2025-05-20">
8595
<description>
8696
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'com.vysp3r.ProtonPlus', ['c', 'vala'],
3-
version: '0.4.30',
3+
version: '0.4.31',
44
meson_version: '>= 1.0.0',
55
default_options: [ 'warning_level=2', 'werror=false', ],
66
)

0 commit comments

Comments
 (0)