Skip to content

Commit 3cb0b4d

Browse files
committed
Preparing for 6.1.7
1 parent 83e6cca commit 3cb0b4d

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="6.1.7" date="2025-06-07">
93+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/6.1.7</url>
94+
<description>
95+
<p>Fixes</p>
96+
<ul>
97+
<li>Fixed new chat not being created when the chat list is empty</li>
98+
</ul>
99+
</description>
100+
</release>
92101
<release version="6.1.6" date="2025-06-06">
93102
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/6.1.6</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: '6.1.6',
2+
version: '6.1.7',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)