Skip to content

Commit 6e33044

Browse files
committed
Preparing for 0.8.1
1 parent 31802da commit 6e33044

File tree

11 files changed

+3410
-628
lines changed

11 files changed

+3410
-628
lines changed

data/com.jeffser.Alpaca.metainfo.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
<url type="homepage">https://github.com/Jeffser/Alpaca</url>
6161
<url type="donation">https://github.com/sponsors/Jeffser</url>
6262
<releases>
63+
<release version="0.8.1" date="2024-05-24">
64+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.1</url>
65+
<description>
66+
<p>Quick fix</p>
67+
<ul>
68+
<li>Updated Spanish translation</li>
69+
<li>Added compatibility for PNG</li>
70+
</ul>
71+
</description>
72+
</release>
6373
<release version="0.8.0" date="2024-05-24">
6474
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.0</url>
6575
<description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Alpaca',
2-
version: '0.8.0',
2+
version: '0.8.1',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)