Skip to content

Commit dd9f933

Browse files
authored
Update version to v0.4.19 (#258)
2 parents 88a5f36 + 512eedc commit dd9f933

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.18
47+
tag: v0.4.19
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@
6666
</screenshots>
6767

6868
<releases>
69+
<release version="0.4.19" date="2024-10-02">
70+
<description>
71+
<ul>
72+
<li>🐛 Fix for Proton-Sarek support</li>
73+
</ul>
74+
</description>
75+
</release>
6976
<release version="0.4.18" date="2024-10-02">
7077
<description>
7178
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
project(
33
'com.vysp3r.ProtonPlus', ['c', 'vala'],
4-
version: '0.4.18',
4+
version: '0.4.19',
55
meson_version: '>= 0.62.0',
66
default_options: [ 'warning_level=2', 'werror=false', ],
77
)

0 commit comments

Comments
 (0)