From 6c9e7d4bdb82407db6ac569abfd2367aa520ac4c Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 12 May 2024 23:26:47 -0600 Subject: [PATCH] Quick fixes for tag 0.1.2 --- com.jeffser.Alpaca.json | 2 +- data/com.jeffser.Alpaca.metainfo.xml.in | 11 +++++++++-- meson.build | 2 +- src/main.py | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) 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',