Skip to content

Commit 5c6f959

Browse files
committed
Tweaked background colours for Flathub quality guidelines. Bumped version to 0.3.7.
1 parent 318fa18 commit 5c6f959

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

data/org.indii.mendingwall.metainfo.xml.in

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<content_rating type="oars-1.1" />
3333

3434
<branding>
35-
<color type="primary" scheme_preference="light">#e5d4f1</color>
36-
<color type="primary" scheme_preference="dark">#4b3958</color>
35+
<color type="primary" scheme_preference="light">#b9f6c6</color>
36+
<color type="primary" scheme_preference="dark">#228b5a</color>
3737
</branding>
3838

3939
<screenshots>
@@ -53,6 +53,13 @@
5353
</provides>
5454

5555
<releases>
56+
<release version="0.3.7" date="2025-10-06">
57+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.7</url>
58+
<description translate="no">
59+
<p>Branding colour tweaks for Flathub quality guidelines.</p>
60+
</description>
61+
</release>
62+
5663
<release version="0.3.6" date="2025-10-02">
5764
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.6</url>
5865
<description translate="no">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('mendingwall', 'c',
2-
version: '0.3.6',
2+
version: '0.3.7',
33
meson_version: '>= 1.1.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

0 commit comments

Comments
 (0)