Skip to content

Commit 94f2cfb

Browse files
committed
Bump version number.
1 parent 7005e62 commit 94f2cfb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

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

55
Mending Wall is a Linux application to fix issues when hopping between multiple desktop environments, such as tiny/huge cursors, tiny/huge fonts, light/dark mode switches and scaling issues. It also tidies application menus, showing core applications in their native environment only.
66

7-
Mending Wall is free software, copyright (C) 2025 Lawrence Murray, licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
7+
Mending Wall is free software, copyright © 2025 Lawrence Murray, licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
88

99
> [!CAUTION]
1010
> This is an early release. During development, it has been tested with Ubuntu 24.04, Fedora 41, openSUSE Tumbleweed and EndeavourOS with GNOME and KDE, and to a lesser extent Xfce and Cinnamon. I would recommend trying it in a virtual machine, or creating a snapshot of your system before proceeding (with e.g. [Timeshift](https://github.com/linuxmint/timeshift) or [Snapper](http://snapper.io/)), in case Mending Wall fails to fix breakages caused by installing a second desktop environment in your main system, which may leave you with a manual cleanup.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,17 @@
6363
</provides>
6464

6565
<releases>
66+
<release version="0.2.0" date="2025-02-11">
67+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.2.0</url>
68+
<description translate="no">
69+
<p>Uses libportal for desktop session integration.</p>
70+
</description>
71+
</release>
72+
6673
<release version="0.1.1" date="2025-02-07">
6774
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.1.1</url>
6875
<description translate="no">
69-
<p>Fixed some unnecessary copying of desktop entries.</p>
76+
<p>Fixes some unnecessary copying of desktop entries.</p>
7077
</description>
7178
</release>
7279

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.1.1',
2+
version: '0.2.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

src/about.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ using Adw 1;
2121
Adw.AboutDialog about {
2222
application-icon: "mendingwall";
2323
application-name: "Mending Wall";
24-
version: "0.1.1";
24+
version: "0.2.0";
2525
copyright: "© 2025 Lawrence Murray";
2626
license-type: gpl_3_0;
2727
developer-name: "Lawrence Murray";

0 commit comments

Comments
 (0)