diff --git a/com.jeffser.Alpaca.json b/com.jeffser.Alpaca.json
index a05712b..0d4f141 100644
--- a/com.jeffser.Alpaca.json
+++ b/com.jeffser.Alpaca.json
@@ -32,7 +32,7 @@
{
"type" : "git",
"url" : "https://github.com/Jeffser/Alpaca.git",
- "commit": "8f2bbf2"
+ "tag": "0.1.2"
}
]
}
diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 1935f0f..e47c3da 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -37,11 +37,11 @@
https://jeffser.com/images/alpaca/screenie1.png
Login into an Ollama instance
-
+
https://jeffser.com/images/alpaca/screenie2.png
A conversation involving multiple models
-
+
https://jeffser.com/images/alpaca/screenie3.png
Managing models
@@ -68,5 +68,12 @@
+
+ https://github.com/Jeffser/Alpaca/releases/tag/0.1.2
+
+ 0.1.2 Quick fixes
+ This release fixes some metadata needed to have a proper Flatpak application
+
+
diff --git a/meson.build b/meson.build
index c57325c..a753c23 100644
--- a/meson.build
+++ b/meson.build
@@ -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', ],
)
diff --git a/src/main.py b/src/main.py
index 3e43946..605041d 100644
--- a/src/main.py
+++ b/src/main.py
@@ -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',