Skip to content

Commit 9d3593b

Browse files
committed
Preparing for 7.7.1
1 parent aebd907 commit 9d3593b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@
8989
<url type="contribute">https://github.com/Jeffser/Alpaca/blob/main/CONTRIBUTING.md</url>
9090
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
9191
<releases>
92+
<release version="7.7.1" date="2025-08-21">
93+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/7.7.0</url>
94+
<description>
95+
<p>Fixes</p>
96+
<ul>
97+
<li>Fixed TTS being disabled internally</li>
98+
</ul>
99+
</description>
100+
</release>
92101
<release version="7.7.0" date="2025-08-21">
93102
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/7.7.0</url>
94103
<description>

meson.build

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

0 commit comments

Comments
 (0)