Quick fixes for tag 0.1.2

This commit is contained in:
jeffser 2024-05-12 23:26:47 -06:00
parent f24b56cc1c
commit 6c9e7d4bdb
4 changed files with 12 additions and 5 deletions

View File

@ -32,7 +32,7 @@
{
"type" : "git",
"url" : "https://github.com/Jeffser/Alpaca.git",
"commit": "8f2bbf2"
"tag": "0.1.2"
}
]
}

View File

@ -37,11 +37,11 @@
<image>https://jeffser.com/images/alpaca/screenie1.png</image>
<caption>Login into an Ollama instance</caption>
</screenshot>
<screenshot type="default">
<screenshot>
<image>https://jeffser.com/images/alpaca/screenie2.png</image>
<caption>A conversation involving multiple models</caption>
</screenshot>
<screenshot type="default">
<screenshot>
<image>https://jeffser.com/images/alpaca/screenie3.png</image>
<caption>Managing models</caption>
</screenshot>
@ -68,5 +68,12 @@
</p>
</description>
</release>
<release version="0.1.2" date="2024-05-13">
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.1.2</url>
<description>
<p>0.1.2 Quick fixes</p>
<p>This release fixes some metadata needed to have a proper Flatpak application</p>
</description>
</release>
</releases>
</component>

View File

@ -1,5 +1,5 @@
project('Alpaca',
version: '0.1.1',
version: '0.1.2',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)

View File

@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application):
application_name='Alpaca',
application_icon='com.jeffser.Alpaca',
developer_name='Jeffry Samuel Eduarte Rojas',
version='0.1.1',
version='0.1.2',
developers=['Jeffser https://jeffser.com'],
designers=['Jeffser https://jeffser.com'],
copyright='© 2024 Jeffser',