Skip to content

Commit ec51bae

Browse files
committed
Preparing for 6.0.3
1 parent 69ccc2f commit ec51bae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,14 @@
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.0.2" date="2025-04-13">
92+
<release version="6.0.3" date="2025-04-13">
9393
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/6.0.3</url>
9494
<description>
9595
<p>Fixes</p>
9696
<ul>
9797
<li>Fixed auto creation of Ollama (Managed) instance</li>
98+
<li>Removed legacy JSON to SQLite3 migration code</li>
99+
<li>Fixed power saving mode appearing whilst using online instances</li>
98100
</ul>
99101
</description>
100102
</release>

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.0.2',
2+
version: '6.0.3',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)