Quick fixes for tag 0.1.2
This commit is contained in:
parent
f24b56cc1c
commit
6c9e7d4bdb
@ -32,7 +32,7 @@
|
||||
{
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/Jeffser/Alpaca.git",
|
||||
"commit": "8f2bbf2"
|
||||
"tag": "0.1.2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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', ],
|
||||
)
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user